|
|
|
@ -2,7 +2,7 @@ import { ReactNode } from 'react';
|
|
|
|
import styled, { CSSProperties } from 'styled-components';
|
|
|
|
import styled, { CSSProperties } from 'styled-components';
|
|
|
|
|
|
|
|
|
|
|
|
export type HeadingProps = {
|
|
|
|
export type HeadingProps = {
|
|
|
|
children: string | ReactNode;
|
|
|
|
children: ReactNode;
|
|
|
|
color?: string;
|
|
|
|
color?: string;
|
|
|
|
style?: CSSProperties;
|
|
|
|
style?: CSSProperties;
|
|
|
|
/** center | start (left) | end (right) */
|
|
|
|
/** center | start (left) | end (right) */
|
|
|
|
|