@camstack/ui-library 1.0.2 → 1.0.4

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/index.d.ts CHANGED
@@ -14,3 +14,10 @@ export { HOST_WIDGETS, type HostWidgetProps } from './widgets/host-widgets';
14
14
  export * from './hooks';
15
15
  export * from './generated/system-hooks';
16
16
  export { trpc } from './trpc-react';
17
+ /** Lazy-wrapped `MaskShapeCanvas` — code-split off the main bundle.
18
+ * Render inside `<Suspense>` at all call sites. */
19
+ export declare const MaskShapeCanvas: import('react').LazyExoticComponent<import('react').MemoExoticComponent<({ items, selectedId, onSelect, onShapeChange, onDrawComplete, drawingKind, supportedShapes, transparent, backdrop, polygonVertices, grid, }: import('./composites').MaskShapeCanvasProps) => import("react").JSX.Element>>;
20
+ /** Lazy-wrapped `MotionZonesSettings` — code-split off the main bundle. */
21
+ export declare const MotionZonesSettings: import('react').LazyExoticComponent<typeof import('./composites/cap-settings').MotionZonesSettings>;
22
+ /** Lazy-wrapped `PrivacyMaskSettings` — code-split off the main bundle. */
23
+ export declare const PrivacyMaskSettings: import('react').LazyExoticComponent<typeof import('./composites/cap-settings').PrivacyMaskSettings>;