UNPKG

@devopness/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

15 lines (14 loc) 794 B
type PropsStyled = { disabled?: boolean; hasError?: boolean; type: string; removeArrows?: boolean; publicStyle?: { fontStyleValue?: string; fontStylePlaceholder?: string; }; readOnly?: boolean; }; declare const Container: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string; declare const InputText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, PropsStyled>> & string; export { Container, InputText };