UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

23 lines (22 loc) 622 B
import { EPV, Value } from "./"; export interface FontProps { font?: EPV<string>; fontFamily?: EPV<string>; fontSize?: EPV<Value>; fontSizeSm?: EPV<Value>; fontSizeMd?: EPV<Value>; fontSizeLg?: EPV<Value>; fontSizeXl?: EPV<Value>; fontStyle?: EPV<string>; fontVariant?: EPV<string>; fontWeight?: EPV<Value>; } declare const _default: { font: string; fontFamily: (v: any, t: any) => string; fontSize: (v: any, t: any) => string; fontStyle: string; fontVariant: string; fontWeight: (v: any, t: any) => string; }; export default _default;