Skip to content

Commit e177805

Browse files
committed
Update generated types
1 parent faeea20 commit e177805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generatedTypes/src/commons/modifiers.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ export declare function extractModifierProps(props: Dictionary<any>): _.Dictiona
9090
* TODO:
9191
* @deprecated switch to Modifiers#extractComponentProps
9292
*/
93-
export declare function extractOwnProps(props: Dictionary<any>, ignoreProps: string[]): _.Omit<Partial<Dictionary<any>>, string>;
94-
export declare function extractComponentProps(component: any, props: Dictionary<any>, ignoreProps?: string[]): _.Omit<Partial<Dictionary<any>>, string>;
93+
export declare function extractOwnProps(props: Dictionary<any>, ignoreProps: string[]): _.Omit<_.Dictionary<any>, string>;
94+
export declare function extractComponentProps(component: any, props: Dictionary<any>, ignoreProps?: string[]): _.Omit<_.Dictionary<any>, string>;
9595
export declare function getThemeProps(props?: any, context?: any): any;
9696
export declare function generateModifiersStyle(options: {
9797
color: boolean;

0 commit comments

Comments
 (0)