Skip to content

Commit

Permalink
chore: rename TSX to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Feb 9, 2024
1 parent 192829c commit f4dc9da
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/src/derived.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface DerivedOptions<TState> {
onUpdate?: () => void
}

type Deps = Array<Derived<any> | Store<any>>
export type Deps = Array<Derived<any> | Store<any>>

export class Derived<TState> {
_store!: Store<TState>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f4dc9da

Please sign in to comment.