diff --git a/src/index.d.ts b/src/index.d.ts index e0394bf..0acfcf8 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -4,7 +4,6 @@ export interface VerificationInputProps { validChars?: string; placeholder?: string; autoFocus?: boolean; - removeDefaultStyles?: boolean; debug?: boolean; inputProps?: object; containerProps?: object;