@croquiscom/pds 8.5.1 → 8.6.0
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/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@ export declare const Width: any;
|
|
|
8
8
|
export declare const HoverIcon: () => JSX.Element;
|
|
9
9
|
export declare const Placement: ComponentStory<typeof Popover>;
|
|
10
10
|
export declare const Trigger: () => JSX.Element;
|
|
11
|
+
export declare const Controlled: () => JSX.Element;
|
|
11
12
|
export declare const TemplateWithCloseButton: {
|
|
12
13
|
(): JSX.Element;
|
|
13
14
|
parameters: {
|