react-simple-dialogs
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
import { DialogProps } from '../../utils'; | ||
import { DialogProps } from '../utils'; | ||
export type AlertProps = DialogProps<{ | ||
@@ -3,0 +3,0 @@ closeLabel?: string; |
@@ -1,2 +0,2 @@ | ||
import { DialogProps } from '../../utils'; | ||
import { DialogProps } from '../utils'; | ||
export type ConfirmProps = DialogProps<{ | ||
@@ -3,0 +3,0 @@ cancelLabel?: string; |
import { PromptResult } from 'src/components/dialogs/prompt'; | ||
import { DialogProps } from '../../utils'; | ||
import { DialogProps } from '../utils'; | ||
export type PromptProps = DialogProps<{ | ||
@@ -4,0 +4,0 @@ cancelLabel?: string; |
export { simpleAlert } from './dialogs/simple-alert'; | ||
export type { AlertProps } from './dialogs/simple-alert'; | ||
export { simpleConfirm } from './dialogs/simple-confirm'; | ||
export type { ConfirmProps } from './dialogs/simple-confirm'; | ||
export { simplePrompt } from './dialogs/simple-prompt'; | ||
export type { PromptProps } from './dialogs/simple-prompt'; | ||
export { SimpleDialogContainer } from './simple-dialog-container'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "react-simple-dialogs", | ||
"private": false, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Pedro Henrique Pires", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
338497
17
5759