UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

8 lines (7 loc) 274 B
import { default as React } from 'react'; import { FileDropChildren } from './index'; export interface MessageProps { disabled?: boolean; openFile?: FileDropChildren['openFile']; } export declare const Message: React.FC<FileDropChildren['wordings'] & MessageProps>;