You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Value to overwrite the randomly generated data-ouia-component-id.*/
30
+
ouiaId?: number|string;
31
+
/** Set the value of data-ouia-safe. Only set to true when the component is in a static state, i.e. no animations are occurring. At all other times, this value must be false. */
/** Anything which can be rendered in a dropdown item */
7
8
children?: React.ReactNode;
8
9
/** Classes applied to root element of dropdown item */
9
10
className?: string;
10
11
/** Description of the dropdown item */
11
12
description?: React.ReactNode;
13
+
/** Value to overwrite the randomly generated data-ouia-component-id.*/
14
+
ouiaId?: number|string;
15
+
/** Set the value of data-ouia-safe. Only set to true when the component is in a static state, i.e. no animations are occurring. At all other times, this value must be false. */
0 commit comments