UNPKG

@react-beauty/ui-empty-state

Version:

ui-empty-state

6 lines (5 loc) 298 B
import { HTMLAttributes } from 'react'; export interface EmptyStateTitleProps extends HTMLAttributes<HTMLHeadingElement> { children: string; } export declare const EmptyStateTitle: import('react').ForwardRefExoticComponent<EmptyStateTitleProps & import('react').RefAttributes<HTMLDivElement>>;