We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StandardLisItem
1 parent 58ef172 commit d326f5fCopy full SHA for d326f5f
packages/main/src/components/VariantManagement/VariantItem.tsx
@@ -7,7 +7,7 @@ import type { InputPropTypes } from '../../webComponents/index.js';
7
import type { StandardListItemDomRef, StandardListItemPropTypes } from '../../webComponents/StandardListItem/index.js';
8
import { StandardListItem } from '../../webComponents/StandardListItem/index.js';
9
10
-export interface VariantItemPropTypes extends Omit<StandardListItemPropTypes, 'children' | 'onDetailClick'> {
+export interface VariantItemPropTypes extends Pick<StandardListItemPropTypes, 'accessibleName' | 'selected'> {
11
/**
12
* The name of the variant.
13
*/
0 commit comments