mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 15:37:31 +00:00
add publicPath to Bundle type
This commit is contained in:
parent
42e3741a35
commit
2ea25950e3
1
types/react-loadable/webpack.d.ts
vendored
1
types/react-loadable/webpack.d.ts
vendored
@ -13,6 +13,7 @@ declare namespace LoadableExport {
|
||||
id: number;
|
||||
name: string;
|
||||
file: string;
|
||||
publicPath: string;
|
||||
}
|
||||
|
||||
interface Manifest {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user