@ni/nimble-react
Version:
React components for the NI Nimble Design System
5 lines (4 loc) • 302 B
TypeScript
import { IconExclamationMark, iconExclamationMarkTag } from '@ni/nimble-components/dist/esm/icons/exclamation-mark';
export type { IconExclamationMark };
export { iconExclamationMarkTag };
export declare const NimbleIconExclamationMark: import("@lit/react").ReactWebComponent<IconExclamationMark, {}>;