Skip to content

Commit ca39973

Browse files
committed
update generate types
1 parent 16e3c15 commit ca39973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generatedTypes/commons/modifiers.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ export declare function generateModifiersStyle(options: {
9999
alignments: boolean;
100100
flex: boolean;
101101
position: boolean;
102-
} | undefined, props: Dictionary<any>): _.Dictionary<any>;
102+
} | undefined, props: Dictionary<any>): Partial<ExtractedStyle>;
103103
export declare function getAlteredModifiersOptions(currentProps: any, nextProps: any): AlteredOptions;
104104
export {};

generatedTypes/components/button/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ declare class Button extends PureComponent<Props, ButtonState> {
298298
borderColor: string;
299299
} | undefined;
300300
getBorderRadiusStyle(): {
301-
borderRadius: any;
301+
borderRadius: number;
302302
};
303303
getShadowStyle(): ({
304304
shadowColor: string;

0 commit comments

Comments
 (0)