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.
18 lines (17 loc) • 566 B
TypeScript
export default function _default(): {
add: (name: any) => void;
path: () => string;
dataDescriptor: () => null;
setDataDescriptor: (value: any) => void;
injectedData: () => {
ParentData: null;
Custom: null;
};
setInjectedData: (value: any, key: any) => void;
loading: () => import("vue").Ref<boolean, boolean>;
setLoading: (value: any) => void;
page: () => any;
setPage: (value: any) => void;
articleOverflow: () => import("vue").Ref<boolean, boolean>;
setArticleOverflow: (value: any) => void;
};