Files
video-gen/video-gen-admin/node_modules/antd/lib/back-top/style/index.d.ts
T
2026-05-25 17:08:18 +08:00

13 lines
478 B
TypeScript

import type { GetDefaultToken } from '../../theme/internal';
/** Component only token. Which will handle additional calculation of alias token */
export interface ComponentToken {
/**
* @desc 弹出层的 z-index
* @descEN z-index of popup
*/
zIndexPopup: number;
}
export declare const prepareComponentToken: GetDefaultToken<'BackTop'>;
declare const _default: (prefixCls: string, rootCls?: string) => readonly [string, string];
export default _default;