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 2346a96 commit a7bb35aCopy full SHA for a7bb35a
src/components/expandable/index.tsx
@@ -11,8 +11,8 @@ import styles from './style.module.scss';
11
12
type Props = {
13
children: ReactNode;
14
- copy?: boolean;
15
title: string;
+ copy?: boolean;
16
/** If defined, the expandable will be grouped with other expandables that have the same group. */
17
group?: string;
18
level?: 'info' | 'warning' | 'success';
0 commit comments