tav-ui
Version:
8 lines (7 loc) • 558 B
TypeScript
import { type ExtractPropTypes } from 'vue';
declare const selectProProps: any;
export declare type SelectProProps = ExtractPropTypes<typeof selectProProps>;
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}> & {
onChange?: ((...args: any[]) => any) | undefined;
}, {}>;
export default _default;