UNPKG

@up-group-ui/react-controls

Version:
7 lines (6 loc) 403 B
import { NestedCSSProperties } from 'typestyle/lib/types'; import { Margin, ParagraphSize, UpParagraphProps } from './types'; export declare const calculateMargin: (margin: Margin) => string; export declare const calculateSize: (size: ParagraphSize) => string; export declare const marginCss: (margin: Margin) => NestedCSSProperties; export declare const getStyles: (props: UpParagraphProps) => string;