Skip to content

Commit

Permalink
add invisible size back
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-clemente committed Sep 24, 2024
1 parent 8d8f602 commit e01cee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export interface TurnstileProps extends TurnstileCallbacks {
tabIndex?: number;
responseField?: boolean;
responseFieldName?: string;
size?: "normal" | "compact" | "flexible";
size?: "normal" | "compact" | "flexible" | "invisible";
fixedSize?: boolean;
retry?: "auto" | "never";
retryInterval?: number;
Expand Down

0 comments on commit e01cee4

Please sign in to comment.