@ni/nimble-react
Version:
React components for the NI Nimble Design System
5 lines (4 loc) • 344 B
TypeScript
import { IconIndeterminantCheckbox, iconIndeterminantCheckboxTag } from '@ni/nimble-components/dist/esm/icons/indeterminant-checkbox';
export type { IconIndeterminantCheckbox };
export { iconIndeterminantCheckboxTag };
export declare const NimbleIconIndeterminantCheckbox: import("@lit/react").ReactWebComponent<IconIndeterminantCheckbox, {}>;