UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

4 lines (3 loc) 170 B
import type { EmptyStateProps } from "../types"; declare function EmptyState(props: EmptyStateProps): import("react/jsx-runtime").JSX.Element; export default EmptyState;