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

8 lines (7 loc) 290 B
import { TypographyVariant, TypographyWeight } from './modus-wc-typography'; import { DaisySize } from '../types'; export declare const convertPropsToClasses: ({ size, weight, variant, }: { size?: DaisySize; weight?: TypographyWeight; variant?: TypographyVariant; }) => string;