mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix implicit any
This commit is contained in:
Vendored
+1
-1
@@ -327,7 +327,7 @@ declare module Pickadate {
|
||||
render?: () => void;
|
||||
start?: () => void;
|
||||
stop?: () => void;
|
||||
set?: (thingset) => void;
|
||||
set?: (thingset: any) => void;
|
||||
}
|
||||
|
||||
export interface SetObject {
|
||||
|
||||
Reference in New Issue
Block a user