fix(nc-gui): type issues

This commit is contained in:
Wing-Kam Wong
2022-12-02 14:55:02 +08:00
parent 1d66492a8c
commit b1b362366e
41 changed files with 190 additions and 136 deletions

View File

@@ -4,7 +4,7 @@ import type { Row } from '~/lib'
interface UseExpandedFormDetachedProps {
'isOpen'?: boolean
'row': Row | null
'row': Row
'state'?: Record<string, any> | null
'meta': TableType
'loadRow'?: boolean