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) 184 B
import { FunctionalComponent } from '../stencil-public-runtime'; interface Props { className?: string; } export declare const HelpSolidIcon: FunctionalComponent<Props>; export {};