UNPKG

@fluster.io/dev

Version:

11 lines (10 loc) 241 B
import { ReactNode } from 'react'; interface SmallProps { children: ReactNode; noMargin?: boolean; } export declare const Small: { ({ children, noMargin, ...props }: SmallProps): ReactNode; displayName: string; }; export {};