Skip to content

Commit

Permalink
chore: remove ts-ignore, add todo for jsi
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Nov 1, 2023
1 parent 571331b commit c5819c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion examples/expo/src/examples/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// @ts-ignore
export { Cxx } from './Cxx'
1 change: 1 addition & 0 deletions src/types/cxx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type UnistylesConfig = {
featureFlags?: Array<string>
}

// todo align JSI
export type UnistylesBridge = {
// accessors
theme: keyof UnistylesThemes
Expand Down

0 comments on commit c5819c5

Please sign in to comment.