@opensig/opendesign
Version:
14 lines (13 loc) • 680 B
TypeScript
import { DataTableSortMethodT } from './types.ts';
type __VLS_Props = {
disabled?: boolean;
};
type __VLS_PublicProps = {
'modelValue'?: DataTableSortMethodT;
} & __VLS_Props;
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (value: DataTableSortMethodT) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
"onUpdate:modelValue"?: ((value: DataTableSortMethodT) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;