@diana-ui/types
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -21,3 +21,3 @@ import React from "react"; | ||
}>; | ||
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, T>; | ||
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, ThemeStyleSheetFactory<T>>; | ||
export declare type ThemeSheet = AesThemeSheet; | ||
@@ -24,0 +24,0 @@ export declare type StyleSheet = AesStyleSheet; |
@@ -21,3 +21,3 @@ import React from "react"; | ||
}>; | ||
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, T>; | ||
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, ThemeStyleSheetFactory<T>>; | ||
export declare type ThemeSheet = AesThemeSheet; | ||
@@ -24,0 +24,0 @@ export declare type StyleSheet = AesStyleSheet; |
{ | ||
"name": "@diana-ui/types", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"main": "lib/types.js", | ||
@@ -44,3 +44,3 @@ "module": "module/types.js", | ||
}, | ||
"gitHead": "9680db857f63896956e362c9b1714ae8cdd4081d" | ||
"gitHead": "96f10327193e533a6e64151f4cc8d3dda8de4868" | ||
} |
10794