Latest updates from IceHrmPro
This commit is contained in:
11
web/node_modules/antd/es/typography/Typography.d.ts
generated
vendored
Normal file
11
web/node_modules/antd/es/typography/Typography.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
export interface TypographyProps {
|
||||
id?: string;
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
children?: React.ReactNode;
|
||||
['aria-label']?: string;
|
||||
}
|
||||
declare const ExportTypography: React.FC<TypographyProps>;
|
||||
export default ExportTypography;
|
||||
Reference in New Issue
Block a user