UNPKG

@bitrix24/b24ui-nuxt

Version:

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

13 lines (10 loc) 336 B
import template from "/home/runner/work/b24ui/b24ui/src/theme/sidebar-heading" const result = typeof template === 'function' ? (template as Function)({ "colorMode": true }) : template const theme = { "slots": { "root": "mb-1 text-xs/6 font-medium text-base-500 dark:text-base-400" } } export default result as typeof theme