UNPKG

react-life-design

Version:
13 lines (12 loc) 366 B
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;