7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
import { Options } from './types.cjs';
|
|
import '@antfu/utils';
|
|
|
|
declare function export_default(this: any, options: Options | undefined, nuxt: any): void;
|
|
|
|
export { export_default as default };
|