UNPKG

@aplus-frontend/ui

Version:

13 lines (12 loc) 705 B
import { GenStyleFunc } from '../../design-token/interface'; import { ApTableToken } from '.'; import { ComputedRef } from 'vue'; export declare const genTableSettingStyle: GenStyleFunc<ApTableToken>; export declare const genTableSettingSelectGroupStyle: GenStyleFunc; export declare const genTableSettingSortableItemMetaStyle: GenStyleFunc; export declare const genTableSettingSortableItemStyle: GenStyleFunc; export declare const genTableSettingSorterStyle: GenStyleFunc; export declare const genTableSettingTemplateListStyle: GenStyleFunc; export declare const genTableSettingTemplateItemStyle: GenStyleFunc; declare const _default: (prefixCls: string) => ComputedRef<string>; export default _default;