react-life-design
Version:
Life Design UI components
13 lines (12 loc) • 366 B
TypeScript
interface IProps {
fontDimension?: number | string;
fontColor?: string;
margin?: number | string;
css?: string;
variant?: string;
}
declare const _default: {
p: import("styled-components").StyledComponent<"p", any, IProps, never>;
span: import("styled-components").StyledComponent<"span", any, IProps, never>;
};
export default _default;