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.
1 parent 72591cb commit c99f51dCopy full SHA for c99f51d
src/components/pill/types/pill.ts
@@ -31,7 +31,7 @@ export interface IPillStandAlone extends PillAriaAttributes {
31
dataTestId?: string;
32
decorativeIcon?: IElementOrIcon;
33
selectedIcon?: IElementOrIcon;
34
- children: React.ReactNode;
+ children?: React.ReactNode;
35
disabled?: boolean;
36
multiSelect?: boolean;
37
selected?: boolean;
0 commit comments