refactor: replace 'preact' with 'react' (#1048)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { IconType, FileItem } from '@standardnotes/snjs'
|
||||
import { PopoverFileItemAction } from './PopoverFileItemAction'
|
||||
|
||||
export type PopoverFileItemProps = {
|
||||
file: FileItem
|
||||
isAttachedToNote: boolean
|
||||
handleFileAction: (action: PopoverFileItemAction) => Promise<boolean>
|
||||
getIconType(type: string): IconType
|
||||
closeOnBlur: (event: { relatedTarget: EventTarget | null }) => void
|
||||
}
|
||||
Reference in New Issue
Block a user