@jsonforms/vue-vuetify
Version:
Vue Vuetify renderers for JSON Forms
21 lines (19 loc) • 702 B
TypeScript
import { ErrorObject } from 'ajv';
import { PropType, DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
import { IconAliases } from '../..';
declare const _default: DefineComponent<{
errors: {
required: true;
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
};
}, {
icons: {
current: ComputedRef<IconAliases>;
};
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
errors: {
required: true;
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
};
}>>, {}, {}>;
export default _default;