File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 8
8
],
9
9
"exclude" : [
10
10
" cypress/**/*.*" ,
11
+ " src/types.ts" ,
11
12
" **/*.d.ts" ,
12
13
" **/*.cy.tsx" ,
13
14
" **/*.cy.ts"
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- import { CloseButtonProps , IconProps } from '.. /components' ;
2
+ import { CloseButtonProps , IconProps } from './components' ;
3
3
4
4
type Nullable < T > = {
5
5
[ P in keyof T ] : T [ P ] | null ;
@@ -278,12 +278,6 @@ export interface ToastContainerProps extends CommonOptions {
278
278
*/
279
279
toastClassName ?: ToastClassName ;
280
280
281
- /**
282
- * Show the toast only if it includes containerId and it's the same as containerId
283
- * `Default: false`
284
- */
285
- enableMultiContainer ?: boolean ;
286
-
287
281
/**
288
282
* Limit the number of toast displayed at the same time
289
283
*/
You can’t perform that action at this time.
0 commit comments