@thefreshop/tb 1.0.21 → 1.0.23

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.
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { tbframeType, topType } from "../../types";
3
- declare const Top: ({ setting, top: { title, titleimage, topMenuSetting, menuStyle, imgstyle, titleStyle, topRight }, }: {
3
+ declare const Top: ({ setting, top: { title, titleimage, topMenuSetting, menuStyle, imgstyle, titleStyle, topRight, defalultTopKey }, }: {
4
4
  setting: tbframeType;
5
5
  top: topType;
6
6
  }) => React.JSX.Element;
@@ -23,6 +23,7 @@ export type topMenuType = {
23
23
  };
24
24
  export declare const topbase: topType;
25
25
  export type topType = {
26
+ defalultTopKey?: string;
26
27
  title?: string;
27
28
  titleimage?: string;
28
29
  topMenuSetting: topMenuType[];
package/dist/index.d.ts CHANGED
@@ -193,6 +193,7 @@ type topMenuType = {
193
193
  };
194
194
  declare const topbase: topType;
195
195
  type topType = {
196
+ defalultTopKey?: string;
196
197
  title?: string;
197
198
  titleimage?: string;
198
199
  topMenuSetting: topMenuType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefreshop/tb",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "tb framework",
5
5
  "license": "MIT",
6
6
  "repository": {