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 eb1ba5d commit a4b71d8Copy full SHA for a4b71d8
packages/module/patternfly-docs/content/extensions/component-groups/examples/Severity/SeverityUndefinedExample.tsx
@@ -1,4 +1,5 @@
1
import React from 'react';
2
import Severity from '@patternfly/react-component-groups/dist/dynamic/Severity';
3
4
+// eslint-disable-next-line @typescript-eslint/no-explicit-any
5
export const BasicExample: React.FunctionComponent = () => <Severity label="Undefined" severity={'an unknown value' as any} />
0 commit comments