UNPKG

@astrojs/starlight

Version:

Build beautiful, high-performance documentation websites with Astro

8 lines (7 loc) 248 B
export type { StarlightConfig } from './utils/user-config'; export type { StarlightPlugin, StarlightUserConfigWithPlugins as StarlightUserConfig, HookParameters, } from './utils/plugins'; export type { StarlightIcon } from './components/Icons';