Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/antd/lib/typography/Text.d.ts
generated
vendored
Normal file
7
web/node_modules/antd/lib/typography/Text.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import { BlockProps } from './Base';
|
||||
export interface TextProps extends BlockProps {
|
||||
ellipsis?: boolean;
|
||||
}
|
||||
declare const Text: React.FC<TextProps>;
|
||||
export default Text;
|
||||
Reference in New Issue
Block a user