Skip to content

Commit

Permalink
Text class type tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Mar 8, 2024
1 parent c785151 commit f9491f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type TextSelectOptions = {
/** Specify which type of content is being used in the dropdown */
type: 'text';
/** Override the text class to use, otherwise it will use the default Pixi Text */
textClass?: any;
textClass?: (...args: any[]) => any;
/** Specify the text style options */
textStyle?: Partial<TextStyle>;
textUpdate?: (view: any, text: string) => void;
Expand Down

0 comments on commit f9491f0

Please sign in to comment.