diff options
Diffstat (limited to 'frontend/src/components/shared/IconButton.jsx')
-rw-r--r-- | frontend/src/components/shared/IconButton.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/shared/IconButton.jsx b/frontend/src/components/shared/IconButton.jsx index c417ae57..3031720a 100644 --- a/frontend/src/components/shared/IconButton.jsx +++ b/frontend/src/components/shared/IconButton.jsx @@ -3,7 +3,7 @@ import { Button, Icon } from '@blueprintjs/core'; import type { IconName } from '@blueprintjs/icons'; import * as React from 'react'; -export type IconButtonProps = { +type IconButtonProps = { icon: IconName, title?: string | false | null, [string]: any, |