UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

12 lines (8 loc) 175 B
import type { PopoverTheme } from '../Popover.vue' const theme: PopoverTheme = { classes: { wrapper: 'relative', content: 'max-w-xs', }, } export default theme