| 15 | } |
| 16 | |
| 17 | export interface ContainerCodeProps extends Partial<ToastContainerProps> { |
| 18 | isDefaultProps: boolean; |
| 19 | disableAutoClose: boolean; |
| 20 | } |
| 21 | |
| 22 | export const ContainerCode: React.FC<ContainerCodeProps> = ({ |
| 23 | position, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…