chore: update dependencies (#1543)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { FunctionComponent } from 'react'
|
||||
import { FunctionComponent, ReactNode } from 'react'
|
||||
import { AlertDialogDescription } from '@reach/alert-dialog'
|
||||
|
||||
type Props = {
|
||||
className?: string
|
||||
children?: ReactNode
|
||||
}
|
||||
|
||||
const ModalDialogDescription: FunctionComponent<Props> = ({ children, className = '' }) => (
|
||||
|
||||
Reference in New Issue
Block a user