mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-10 12:27:49 +00:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import { NuxtModule } from '@nuxt/schema';
|
|
|
|
interface ModuleOptions {
|
|
}
|
|
declare const module: NuxtModule<ModuleOptions>;
|
|
|
|
export { module as default };
|