@sinco/react 1.0.4 → 1.0.5-rc.2
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.
package/package.json
CHANGED
@@ -21,5 +21,4 @@ export interface ColorMap {
|
|
21
21
|
export interface position {
|
22
22
|
[key: string]: "center" | "end" | "start";
|
23
23
|
}
|
24
|
-
declare const ToastNotification: (toast: Toast) => JSX.Element;
|
25
|
-
export default ToastNotification;
|
24
|
+
export declare const ToastNotification: (toast: Toast) => JSX.Element;
|
@@ -11,5 +11,5 @@ export interface Pageheader {
|
|
11
11
|
actions?: React.ReactNode;
|
12
12
|
tabs?: React.ReactNode;
|
13
13
|
}
|
14
|
-
declare const PageHeader: (page: Pageheader) => JSX.Element;
|
15
|
-
export
|
14
|
+
export declare const PageHeader: (page: Pageheader) => JSX.Element;
|
15
|
+
export {};
|