UNPKG

@hitachivantara/uikit-uno-preset

Version:
20 lines (14 loc) 685 B
import { PresetFactory } from '@unocss/core'; import { PresetWind3Options } from '@unocss/preset-wind3'; import { Theme } from '@unocss/preset-wind3'; import { ThemeExtender } from '@unocss/core'; import { UserConfig } from '@unocss/core'; /** Extends the current theme with the Design System utilities */ export declare const extendTheme: ThemeExtender<Theme>; export declare interface HvUnoOptions extends PresetWind3Options { /** Base fontSize size. 1rem = ${baseFontSize}px. @default 16 */ baseFontSize?: number; } export declare const presetHv: PresetFactory<Theme, HvUnoOptions>; export declare const rules: UserConfig<Theme>["rules"]; export { }