first commit
This commit is contained in:
6
frontend/node_modules/antd/lib/tree-select/style/index.d.ts
generated
vendored
Normal file
6
frontend/node_modules/antd/lib/tree-select/style/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { GetDefaultToken } from '../../theme/internal';
|
||||
import type { TreeSharedToken } from '../../tree/style';
|
||||
export interface ComponentToken extends TreeSharedToken {
|
||||
}
|
||||
export declare const prepareComponentToken: GetDefaultToken<'TreeSelect'>;
|
||||
export default function useTreeSelectStyle(prefixCls: string, treePrefixCls: string, rootCls: string): readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
||||
Reference in New Issue
Block a user