diff options
Diffstat (limited to 'src/components/Toast/const.ts')
-rw-r--r-- | src/components/Toast/const.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Toast/const.ts b/src/components/Toast/const.ts new file mode 100644 index 000000000..034d0a2fc --- /dev/null +++ b/src/components/Toast/const.ts @@ -0,0 +1 @@ +export const DEFAULT_TOAST_DURATION = 3000 |