watercolor-ui
Version:
A modern minimalist cross-framework component library
17 lines • 598 B
TypeScript
export default Typography;
declare function Typography({ variant, component, color, align, gutterBottom, noWrap, children, className, style, ...rest }: {
[x: string]: any;
variant?: string | undefined;
component: any;
color?: string | undefined;
align?: string | undefined;
gutterBottom?: boolean | undefined;
noWrap?: boolean | undefined;
children: any;
className?: string | undefined;
style?: {} | undefined;
}): import("react/jsx-runtime").JSX.Element;
declare namespace Typography {
let displayName: string;
}
//# sourceMappingURL=Typography.d.ts.map