UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

10 lines (9 loc) 241 B
import type { FontStyle } from './Text.types'; declare const DEFAULTS: { readonly TYPE: "body-primary"; }; declare const TYPES: Record<string, FontStyle>; declare const STYLE: { wrapper: string; }; export { DEFAULTS, STYLE, TYPES };