UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

7 lines (6 loc) 256 B
export interface ExclamationTriangleProps { svgAttrs?: SVGProps; } import { SVGProps } from "../types"; declare function ExclamationTriangle(props: ExclamationTriangleProps): import("react/jsx-runtime").JSX.Element; export default ExclamationTriangle;