gd-bs 5.8.4 → 5.8.7

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/dist/gd-bs.d.ts CHANGED
@@ -2200,6 +2200,11 @@ declare module 'gd-bs/components/offcanvas/types' {
2200
2200
  */
2201
2201
  export const Offcanvas: (props: IOffcanvasProps, template?: string) => IOffcanvas;
2202
2202
 
2203
+ /**
2204
+ * Offcanvas Sizes
2205
+ */
2206
+ export const OffcanvasSize: IOffcanvasSize;
2207
+
2203
2208
  /**
2204
2209
  * Offcanvas Types
2205
2210
  */