UNPKG

@react-beauty/ui-empty-state

Version:

ui-empty-state

6 lines (5 loc) 320 B
import { HTMLAttributes, ReactNode } from 'react'; export interface EmptyStateContainerProps extends HTMLAttributes<HTMLDivElement> { children: ReactNode; } export declare const EmptyStateContainer: import('react').ForwardRefExoticComponent<EmptyStateContainerProps & import('react').RefAttributes<HTMLDivElement>>;