UNPKG

tdesign-react

Version:
10 lines (9 loc) 232 B
import Text from './Text'; import Title from './Title'; import Paragraph from './Paragraph'; declare const Typography: { Text: typeof Text; Title: typeof Title; Paragraph: typeof Paragraph; }; export default Typography;