mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+1
-1
@@ -30,7 +30,7 @@ declare class Drop {
|
||||
public static createContext(options: Drop.IDropContextOptions): Drop;
|
||||
}
|
||||
|
||||
declare module Drop {
|
||||
declare namespace Drop {
|
||||
interface IDropContextOptions {
|
||||
classPrefix?: string;
|
||||
defaults?: IDropOptions;
|
||||
|
||||
Reference in New Issue
Block a user