1
This commit is contained in:
+6
@@ -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 [string, string];
|
||||
Reference in New Issue
Block a user