@authup/client-web-kit
Version:
This package contains vue components.
25 lines • 976 B
TypeScript
import type { PropType } from 'vue';
import type { FormSelectOption } from '@vuecs/form-controls';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
type: {
type: StringConstructor;
};
types: {
type: PropType<(FormSelectOption | string)[]>;
};
}>, {
option: import("vue").Ref<string, string>;
options: import("vue").ComputedRef<FormSelectOption[]>;
pick: (val: string) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
type: {
type: StringConstructor;
};
types: {
type: PropType<(FormSelectOption | string)[]>;
};
}>> & Readonly<{
onPick?: (...args: any[]) => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=APolicyTypePicker.vue.d.ts.map