@bitrix24/b24ui-nuxt
Version:
Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE
13 lines (10 loc) • 358 B
text/typescript
import template from "/home/runner/work/b24ui/b24ui/src/theme/sidebar-footer"
const result = typeof template === 'function' ? (template as Function)({
"colorMode": true
}) : template
const theme = {
"slots": {
"root": "py-4 flex flex-col max-lg:hidden [&>[data-slot=section]+[data-slot=section]]:mt-2.5"
}
}
export default result as typeof theme