Latest updates from IceHrmPro
This commit is contained in:
9
web/node_modules/antd/es/typography/Title.d.ts
generated
vendored
Normal file
9
web/node_modules/antd/es/typography/Title.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import { BlockProps } from './Base';
|
||||
import { Omit } from '../_util/type';
|
||||
declare const TITLE_ELE_LIST: [1, 2, 3, 4];
|
||||
export declare type TitleProps = Omit<BlockProps & {
|
||||
level?: typeof TITLE_ELE_LIST[number];
|
||||
}, 'strong'>;
|
||||
declare const Title: React.FC<TitleProps>;
|
||||
export default Title;
|
||||
Reference in New Issue
Block a user