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.
2 parents 2d2ed2e + 93602ab commit c6abdbfCopy full SHA for c6abdbf
ts/components/dialog/shared/ModalPencilButton.tsx
@@ -7,6 +7,7 @@ export function ModalPencilIcon(props: { onClick: () => void }) {
7
unicode={LUCIDE_ICONS_UNICODE.PENCIL}
8
onClick={props.onClick}
9
iconSize="large"
10
+ dataTestId="modal-pencil-button"
11
iconColor="var(--text-primary-color)"
12
/>
13
);
ts/react.d.ts
@@ -157,7 +157,7 @@ declare module 'react' {
157
| 'add-user'
158
| 'send-message'
159
| 'scroll-to-bottom'
160
- | 'modal-close'
+ | `modal-${'close' | 'pencil'}`
161
| 'microphone'
162
| 'call'
163
| 'attachments'
0 commit comments