Chore: Simplified ISheet's signature
This commit is contained in:
parent
d161703c20
commit
2a671b129d
11 changed files with 125 additions and 138 deletions
|
@ -13,9 +13,7 @@ import userReadableTypeOfValue from '@theatre/shared/utils/userReadableTypeOfVal
|
|||
|
||||
export type SheetObjectConfig<
|
||||
Props extends PropTypeConfig_Compound<$IntentionalAny>,
|
||||
> = {
|
||||
props: Props
|
||||
}
|
||||
> = Props
|
||||
|
||||
export interface ISheet {
|
||||
readonly type: 'Theatre_Sheet_PublicAPI'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue