ether-admin/node_modules/ant-design-vue/lib/float-button/style/index.d.ts

7 lines
303 B
TypeScript

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