UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

13 lines (10 loc) 318 B
import template from "/home/runner/work/b24ui/b24ui/src/theme/navbar-divider" const result = typeof template === 'function' ? (template as Function)({ "colorMode": true }) : template const theme = { "slots": { "root": "h-6 w-px bg-base-950/10 dark:bg-base-100/20" } } export default result as typeof theme