UNPKG

@dossierhq/design

Version:

The design system for Dossier.

9 lines (8 loc) 291 B
import { type IconName } from '../Icon/Icon.js'; interface EmptyStateMessageProps { icon: IconName; title: string; message: string; } export declare function EmptyStateMessage({ icon, title, message }: EmptyStateMessageProps): import("react/jsx-runtime").JSX.Element; export {};