@qualcomm-ui/react 1.16.0 → 1.16.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.
|
@@ -11,7 +11,7 @@ export interface SelectIndicatorProps extends ElementRenderProp<"button"> {
|
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
13
|
* Icon that indicates the open/close state of the select's associated panel.
|
|
14
|
-
* Renders a `<
|
|
14
|
+
* Renders a `<button>` element by default.
|
|
15
15
|
*/
|
|
16
16
|
export declare function SelectIndicator({ icon, ...props }: SelectIndicatorProps): ReactElement;
|
|
17
17
|
//# sourceMappingURL=select-indicator.d.ts.map
|