diff --git a/components/lib/password/password.d.ts b/components/lib/password/password.d.ts index 6a03ca07ed..b9e43f7f34 100644 --- a/components/lib/password/password.d.ts +++ b/components/lib/password/password.d.ts @@ -50,16 +50,6 @@ export interface PasswordPassThroughOptions { * Uses to pass attributes to the show icon's DOM element. */ showIcon?: PasswordPassThroughType | React.HTMLAttributes>; - /** - * When present, it specifies that the component should have invalid state style. - * @defaultValue false - */ - invalid?: boolean | undefined; - /** - * Specifies the input variant of the component. - * @defaultValue outlined - */ - variant?: 'outlined' | 'filled' | undefined; /** * Uses to pass attributes to the panel's DOM element. */