index.d.ts 315 B

1234567
  1. /** Component only token. Which will handle additional calculation of alias token */
  2. export interface ComponentToken {
  3. height: number;
  4. zIndexPopup: number;
  5. }
  6. declare const _default: (_prefixCls?: import("vue").Ref<string>) => import("../../theme/internal").UseComponentStyleResult;
  7. export default _default;