baked-recipe-admin
Version:
Baked is an opinionated framework for .NET in backend and Nuxt in frontend. This is a recipe package that brings together all the components one needs for an Admin UI.
11 lines (10 loc) • 476 B
text/typescript
declare const _default: import("vue").DefineComponent<{}, {
$props: Partial<typeof __VLS_props>;
data: any;
schema: any;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const __VLS_props: {
readonly data: any;
readonly schema: any;
};