UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

7 lines (6 loc) 238 B
interface EmptyMetricStateProps { message?: string; icon?: React.ReactNode; } declare const EmptyMetricState: ({ message, icon }: EmptyMetricStateProps) => import("react/jsx-runtime").JSX.Element; export default EmptyMetricState;