UNPKG

digimarket-nuxt-module

Version:

Nuxt ui kit module for nuxt 3. a modern and beautiful marketplace ui

14 lines 262 B
export interface Layout { /** * Base url that will be used for main logo * * @default 'ntm.png' */ logo: string /** * Base title that will be used for theme * * @default Nuxt title */ title: string | void }