PromoCursed/node_modules/antd/lib/tree-select/style/index.d.ts
2024-08-20 23:25:37 +04:00

7 lines
453 B
TypeScript

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: import("react").ReactElement) => import("react").ReactElement, string, string];