Skip to content

Commit

Permalink
chore: add missing Text component type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisjery committed Nov 28, 2024
1 parent 0534eb8 commit 1868df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type Props = JSX.IntrinsicElements['mesh'] & {
fillOpacity?: number
sdfGlyphSize?: number
debugSDF?: boolean
glyphGeometryDetail?: number
onSync?: (troika: any) => void
}

Expand Down

0 comments on commit 1868df2

Please sign in to comment.