@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) • 325 B
TypeScript
export declare const convertPropsToClasses: ({ color, orientation, position, responsive, }: {
color?: "primary" | "secondary" | "tertiary" | "high-contrast" | "success" | "warning" | "danger";
orientation?: "horizontal" | "vertical";
position?: "center" | "end" | "start";
responsive?: boolean;
}) => string;