mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Use camelCase for thingSet parameter
This commit is contained in:
Vendored
+1
-1
@@ -330,7 +330,7 @@ declare module Pickadate {
|
||||
render?: () => void;
|
||||
start?: () => void;
|
||||
stop?: () => void;
|
||||
set?: (thingset: any) => void;
|
||||
set?: (thingSet: any) => void;
|
||||
}
|
||||
|
||||
export interface SetObject {
|
||||
|
||||
Reference in New Issue
Block a user