UNPKG

box-ui-elements

Version:
7 lines (6 loc) 161 B
import * as React from 'react'; type Props = { onClick: () => void; }; declare const Error: ({ onClick }: Props) => React.JSX.Element; export default Error;