studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
16 lines (14 loc) • 407 B
text/typescript
/// <reference types="./global.d.ts" preserve="true" />
/// <reference types="./virtual.d.ts" preserve="true" />
/* v8 ignore start */
// These are re-exported from ./schemas/index.ts
export {
type AvailableDashboardPages,
type DashboardPage,
definePlugin,
type FinalDashboardPage,
type SafePluginListType,
type SettingsField,
type StudioCMSPlugin,
} from './schemas/index.js';
/* v8 ignore stop */