6 lines
278 B
TypeScript
6 lines
278 B
TypeScript
/** Component only token. Which will handle additional calculation of alias token */
|
|
export interface ComponentToken {
|
|
}
|
|
declare const _default: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult;
|
|
export default _default;
|