UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

5 lines (4 loc) 198 B
import type { FontStyle } from './Text.types'; import type { TextType } from '@momentum-design/components'; declare const mapOldToNewType: (type: FontStyle) => TextType; export { mapOldToNewType };