add widget type
This commit is contained in:
parent
1b17dad451
commit
8f1caa9b07
@ -3,3 +3,5 @@ export * from "./button";
|
||||
export * from "./container";
|
||||
export * from "./popup";
|
||||
export * from "./side";
|
||||
|
||||
export type WidgetType = "container" | "button" | "popup" | "banner" | "side";
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@frontend/squzanswerer",
|
||||
"version": "1.0.40",
|
||||
"version": "1.0.41",
|
||||
"type": "module",
|
||||
"main": "./dist-package/index.js",
|
||||
"module": "./dist-package/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user