mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Change type definition for mergeStyles (#37225)
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
a493e4cc42
commit
66ef171b92
Vendored
+1
-1
@@ -72,4 +72,4 @@ export const defaultStyles: Styles;
|
||||
// Merge Utility
|
||||
// Allows consumers to extend a base Select with additional styles
|
||||
|
||||
export function mergeStyles(source: any, target: any): CSSProperties;
|
||||
export function mergeStyles(source: StylesConfig, target: StylesConfig): StylesConfig;
|
||||
|
||||
Reference in New Issue
Block a user