tcce-design-system-test 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,7 @@ import { RefAttributes } from 'react';
14
14
  import { RemixiconComponentType } from '@remixicon/react';
15
15
  import { RuleSet } from 'styled-components';
16
16
  import { Substitute } from 'styled-components/dist/types';
17
+ import { toast } from 'sonner';
17
18
 
18
19
  /**
19
20
  * Valid input types supported by the FormField component
@@ -1022,7 +1023,7 @@ export declare interface TextAreaSpecificProps {
1022
1023
  rows?: number;
1023
1024
  }
1024
1025
 
1025
- export declare const toast: unknown;
1026
+ export { toast }
1026
1027
 
1027
1028
  /**
1028
1029
  * ToastProvider component for displaying toast notifications.