7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
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 };
|