ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
57 lines (55 loc) • 1.64 kB
TypeScript
import { FormColumn } from '../../types';
import { FormProps } from './props';
declare const _default: import('vue').DefineComponent<{
columns: {
type: globalThis.PropType<FormColumn[]>;
default: () => never[];
};
formProps: {
type: globalThis.PropType<FormProps>;
default: () => {};
};
options: {
type: ObjectConstructor;
default: () => {};
};
formConfig: {
type: ObjectConstructor;
default: () => {};
};
modelValue: {
type: ObjectConstructor;
default: () => {};
};
}, () => import("vue/jsx-runtime").JSX.Element[], unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
columns: {
type: globalThis.PropType<FormColumn[]>;
default: () => never[];
};
formProps: {
type: globalThis.PropType<FormProps>;
default: () => {};
};
options: {
type: ObjectConstructor;
default: () => {};
};
formConfig: {
type: ObjectConstructor;
default: () => {};
};
modelValue: {
type: ObjectConstructor;
default: () => {};
};
}>> & {
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
modelValue: Record<string, any>;
columns: FormColumn[];
options: Record<string, any>;
formConfig: Record<string, any>;
formProps: FormProps;
}, {}>;
export default _default;