@globalbrain/sefirot 3.28.0 → 3.28.1
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/lib/mixins/Control.ts +1 -0
- package/package.json +1 -1
package/lib/mixins/Control.ts
CHANGED
|
@@ -35,6 +35,7 @@ declare module 'vue' {
|
|
|
35
35
|
SControlActionBar: typeof SControlActionBar
|
|
36
36
|
SControlActionBarButton: typeof SControlActionBarButton
|
|
37
37
|
SControlActionBarClose: typeof SControlActionBarClose
|
|
38
|
+
SControlActionBarCollapse: typeof SControlActionBarCollapse
|
|
38
39
|
SControlActionMenu: typeof SControlActionMenu
|
|
39
40
|
SControlButton: typeof SControlButton
|
|
40
41
|
SControlCenter: typeof SControlCenter
|