Latest updates from IceHrmPro
This commit is contained in:
11
web/node_modules/antd/es/typography/index.d.ts
generated
vendored
Normal file
11
web/node_modules/antd/es/typography/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import OriginTypography from './Typography';
|
||||
import Text from './Text';
|
||||
import Title from './Title';
|
||||
import Paragraph from './Paragraph';
|
||||
export declare type TypographyProps = typeof OriginTypography & {
|
||||
Text: typeof Text;
|
||||
Title: typeof Title;
|
||||
Paragraph: typeof Paragraph;
|
||||
};
|
||||
declare const Typography: TypographyProps;
|
||||
export default Typography;
|
||||
Reference in New Issue
Block a user