UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

7 lines (6 loc) 283 B
import * as React from 'react'; import { TypographyProps, VariantMapping } from './Typography.type'; export declare const defaultVariantMapping: VariantMapping; export declare const name = "Typography"; declare const Typography: React.FC<TypographyProps>; export default Typography;