UNPKG

@aplus-frontend/ui

Version:

10 lines (9 loc) 651 B
import { ApTableSettingSorterProps } from '../../interface'; import { ApColumnState } from '../../../interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<ApTableSettingSorterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { "update:value": (value: ApColumnState[]) => any; }, string, PublicProps, Readonly<ApTableSettingSorterProps> & Readonly<{ "onUpdate:value"?: ((value: ApColumnState[]) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;