UNPKG

@uva-glass/component-library

Version:

React components UvA

4 lines (3 loc) 215 B
import { PropsWithChildren } from 'react'; /** Shows the ExclamationCircleFillMini icon with children */ export declare const Attention: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;