Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Feb 11, 2024
1 parent 3b904c5 commit 51e9091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions property/property.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ namespace $ {


as< Prop extends typeof $hyoo_studio_property >( Prop: Prop ) {
return Prop.make({
return Prop.make( {
name: () => this.name(),
tree: next => this.tree(next)
}) as InstanceType< Prop >
} as InstanceType< Prop > )
}

@ $mol_mem
Expand Down

0 comments on commit 51e9091

Please sign in to comment.