astro-ghostcms/.pnpm-store/v3/files/14/496f6675986060c0830795df117...

9 lines
248 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {State} base
* @param {Options} extension
* @returns {State}
*/
export function configure(base: State, extension: Options): State;
export type Options = import('./types.js').Options;
export type State = import('./types.js').State;