UNPKG

@navinc/base-react-components

Version:
8 lines (7 loc) 334 B
/// <reference types="react" /> export declare const SensitiveContentDisplayInput: import("styled-components").StyledComponent<({ value, maskedValue, type, ...props }: { [x: string]: any; value: any; maskedValue: any; type?: string | undefined; }) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;