@devkitvue/form
Version:
Devkit Base Components is a Vue plugin offering a collection of reusable, headless components designed to streamline your Vue.js development workflow. Built for flexibility and maintainability, this library gives you complete control over styling and beha
27 lines (26 loc) • 1.03 kB
TypeScript
import { FormKitNode } from '@formkit/core';
/**
* @privateRemarks
* This file was generated by the FormKit CLI and should not be manually
* edited unless you’d like to "eject" from the CLI’s ability to update it.
*
* @checksum - 944eff1492645d106e1b122c1452607111af73ef14bd9dea0ea3cd48e4f7a893
* @variables - radius=rounded,accentColor=sky,colorTemperature=slate,spacing=2,scale=base,inputShadow=shadow-sm,baseColorShade=500,borderShadeLightMode=300,borderShadeDarkMode=600,inputMaxWidth=max-w-none,tagRadius=rounded,swatchRadius=rounded
* @theme - regenesis
**/
/**
* This is the theme function itself, it should be imported and used as the
* config.rootClasses function. For example:
*
* ```js
* import { theme } from './formkit.theme'
* import { defineFormKitConfig } from '@formkit/vue'
*
* export default defineFormKitConfig({
* config: {
* rootClasses: theme
* }
* })
* ```
**/
export declare function rootClasses(sectionName: string, node: FormKitNode): Record<string, boolean>;