UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

27 lines (26 loc) 543 B
interface PluginListItem { label: string; value: string; } export declare const parentFolders: { value: string; label: string; }[]; export declare const parentFolderOptions: { value: string; label: string; }[]; export declare const pageTypeOptions: PluginListItem[]; export declare const trueFalse: { label: string; value: string; }[]; export declare const categoriesOptions: { label: string; value: string; }[]; export declare const tagsOptions: { label: string; value: string; }[]; export {};