UNPKG

@pk-design/react-ui-kit

Version:
4 lines (3 loc) 136 B
/// <reference types="react" /> import { AlertProps } from './props'; export default function Alert(props: AlertProps): JSX.Element;