UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

12 lines (11 loc) 210 B
export interface AlertLanguage { close: string; } export interface ConfirmLangauge { cancel: string; ok: string; } export interface PromptLangauge { cancel: string; ok: string; }