UNPKG

@aplus-frontend/ui

Version:

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