mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
example dialog
This commit is contained in:
parent
06e72538d3
commit
80fc6523b7
5 changed files with 233 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
import { ValueOf } from "~/redux/types";
|
||||
import { HorizontalExample } from "~/containers/examples/HorizontalExample";
|
||||
import { ExampleDialog } from "~/containers/dialogs/ExampleDialog";
|
||||
|
||||
export const MODAL_ACTIONS = {
|
||||
SET_SHOWN: "MODAL.SET_SHOWN",
|
||||
|
@ -12,7 +13,7 @@ export const DIALOGS = {
|
|||
};
|
||||
|
||||
export const DIALOG_CONTENT = {
|
||||
[DIALOGS.TEST]: HorizontalExample
|
||||
[DIALOGS.TEST]: ExampleDialog
|
||||
};
|
||||
|
||||
export interface IDialogProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue