@prefecthq/prefect-design
Version:
A collection of low-level Vue components.
13 lines (12 loc) • 721 B
TypeScript
type __VLS_PublicProps = {
'continent'?: string | undefined;
'value'?: string | undefined;
};
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
"update:value": (value: string | undefined) => any;
"update:continent": (value: string | undefined) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
"onUpdate:value"?: ((value: string | undefined) => any) | undefined;
"onUpdate:continent"?: ((value: string | undefined) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;