Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit f4e9f00

Browse files
Merge pull request #517 from t-buss/patch-2
fix: Include all position values in CToast
2 parents f1f091b + c3dc44c commit f4e9f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-core/src/CToast/CToast.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
interface ChakraToastOptions {
2-
position?: 'bottom' | 'top' | 'right' | 'left'
2+
position?: 'bottom' | 'top' | 'right' | 'left' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
33
duration?: number
44
render?: (options: { onClose?: VoidFunction, id: any }) => any
55
title?: string

0 commit comments

Comments
 (0)