index.d.ts 295 B

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