mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update angular-formly.d.ts
This commit is contained in:
Vendored
+7
-7
@@ -101,13 +101,13 @@ declare module AngularFormly {
|
||||
type?: string;
|
||||
|
||||
//expression types
|
||||
onBlur?: string | IExpresssionFunction;
|
||||
onChange?: string | IExpresssionFunction;
|
||||
onClick?: string | IExpresssionFunction;
|
||||
onFocus?: string | IExpresssionFunction;
|
||||
onKeydown?: string | IExpresssionFunction;
|
||||
onKeypress?: string | IExpresssionFunction;
|
||||
onKeyup?: string | IExpresssionFunction;
|
||||
onBlur?: string | IExpressionFunction;
|
||||
onChange?: string | IExpressionFunction;
|
||||
onClick?: string | IExpressionFunction;
|
||||
onFocus?: string | IExpressionFunction;
|
||||
onKeydown?: string | IExpressionFunction;
|
||||
onKeypress?: string | IExpressionFunction;
|
||||
onKeyup?: string | IExpressionFunction;
|
||||
|
||||
//Bootstrap types
|
||||
label?: string;
|
||||
|
||||
Reference in New Issue
Block a user