Skip to content

Commit

Permalink
Remove katexOptions from Perseus Dependencies' TeX component props …
Browse files Browse the repository at this point in the history
…- not used/deprecated
  • Loading branch information
jeremywiebe committed Jul 18, 2024
1 parent 436ff5a commit 173bc5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/perseus/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ export type APIOptions = Readonly<{

type TeXProps = {
children: string;
katexOptions?: any;
onClick?: () => unknown;
onRender?: (root?: any) => unknown;
style?: any;
Expand Down

0 comments on commit 173bc5c

Please sign in to comment.