7 lines
192 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
import { Options } from './types.js';
import '@antfu/utils';
declare function export_default(this: any, options: Options | undefined, nuxt: any): void;
export { export_default as default };