carbon-react
Version:
A library of reusable React components for easily building user interfaces.
5 lines (4 loc) • 423 B
TypeScript
import { PasswordProps } from "./password.component";
declare const StyledPassword: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../textbox").TextboxProps & import("react").RefAttributes<HTMLInputElement>>, any, PasswordProps, never>;
declare const HiddenAriaLive: import("styled-components").StyledComponent<"p", any, {}, never>;
export { StyledPassword, HiddenAriaLive };