4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
|
declare module 'react-modal' {
|
||
|
declare module.exports: any;
|
||
|
}
|