design-system-silkhaus 2.17.0-beta.notifications.4 → 2.17.0-beta.notifications.6
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.cjs +26 -26
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1877 -1875
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -881,6 +881,10 @@ export declare interface PopoverProps {
|
|
|
881
881
|
* Callback when popover is opened or closed
|
|
882
882
|
*/
|
|
883
883
|
onOpenChange?: (isOpen: boolean) => void;
|
|
884
|
+
/**
|
|
885
|
+
* Pass this value to control the open state
|
|
886
|
+
*/
|
|
887
|
+
isOpen?: boolean;
|
|
884
888
|
}
|
|
885
889
|
|
|
886
890
|
export declare const PreviewIcon: FC<{
|