UNPKG

tdesign-mobile-vue

Version:
1 lines 1.2 kB
{"version":3,"file":"index.mjs","sources":["../../src/typography/index.ts"],"sourcesContent":["import _Typography from './typography';\nimport _Text from './text';\nimport _Title from './title';\nimport _Paragraph from './paragraph';\nimport { withInstall } from '../shared';\nimport type { TdTextProps, TdTitleProps, TdParagraphProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type TextProps = TdTextProps;\nexport type TitleProps = TdTitleProps;\nexport type ParagraphProps = TdParagraphProps;\n\nexport const Typography = withInstall(_Typography);\nexport const TypographyText = withInstall(_Text);\nexport const TypographyTitle = withInstall(_Title);\nexport const TypographyParagraph = withInstall(_Paragraph);\n\nexport { _Text as Text, _Title as Title, _Paragraph as Paragraph };\n\nexport default Typography;\n"],"names":["Typography","withInstall","_Typography","TypographyText","_Text","TypographyTitle","_Title","TypographyParagraph","_Paragraph"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAcaA,UAAA,GAAaC,YAAYC,WAAW,EAAA;IACpCC,cAAA,GAAiBF,YAAYG,KAAK,EAAA;IAClCC,eAAA,GAAkBJ,YAAYK,MAAM,EAAA;IACpCC,mBAAA,GAAsBN,YAAYO,UAAU;;;;"}