@up42/up-components 0.10.9 → 0.10.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,4 +21,4 @@ export declare type EmptyStateProps<C extends React.ElementType = 'div'> = BaseP
|
|
|
21
21
|
/**
|
|
22
22
|
* Documentation: https://up-components.up42.dev/?path=/docs/patterns-emptystate
|
|
23
23
|
*/
|
|
24
|
-
export declare const EmptyState: <C extends React.ElementType<any>>({ icon: Icon, title, subTitle, action, ...props }: EmptyStateProps<C>) => JSX.Element;
|
|
24
|
+
export declare const EmptyState: <C extends React.ElementType<any>>({ icon: Icon, title, subTitle, action, sx, ...props }: EmptyStateProps<C>) => JSX.Element;
|