UNPKG

@cuvp1225/tango-mail

Version:
6 lines (5 loc) 231 B
import React from 'react'; export interface PlaceholderProps extends React.ComponentPropsWithoutRef<'div'> { text?: string; } export declare function Placeholder({ text, style, ...props }: PlaceholderProps): React.JSX.Element;