UNPKG

@trimble-oss/moduswebcomponents

Version:

Modus Web Components is a modern, accessible UI library built with Stencil JS that provides reusable web components following Trimble's Modus design system. This updated version focuses on improved flexibility, enhanced theming options, comprehensive cust

7 lines (6 loc) 296 B
import { DaisySize } from '../types'; export declare const convertPropsToClasses: ({ color, size, variant, }: { color?: "primary" | "secondary" | "tertiary" | "high-contrast" | "success" | "warning" | "danger"; size?: DaisySize; variant?: "counter" | "filled" | "text"; }) => string;