Sha256: 653df4ed9e4140dfee294acfbf1b750dcc911a8fa4ce51f2422622608eda004a

Contents?: true

Size: 512 Bytes

Versions: 2

Compression:

Stored size: 512 Bytes

Contents

declare type PassphraseProps = {
    aria?: {
        [key: string]: string;
    };
    confirmation?: boolean;
    className?: string;
    data?: object;
    dark?: boolean;
    id?: string;
    inputProps?: {};
    label?: string;
    onChange: (inputValue: String) => void;
    showTipsBelow?: "always" | "xs" | "sm" | "md" | "lg" | "xl";
    tips?: Array<string>;
    uncontrolled?: boolean;
    value: string;
};
declare const Passphrase: (props: PassphraseProps) => JSX.Element;
export default Passphrase;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_passphrase/_passphrase.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_passphrase/_passphrase.d.ts