Skip to content

Commit

Permalink
fix: add missing Text component type definition (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisjery authored Jan 15, 2025
1 parent 3315abe commit 1d62184
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 1d62184

Please sign in to comment.