@primer/components
Version:
Primer react components
11 lines (10 loc) • 980 B
TypeScript
import { MaxWidthProps, MinWidthProps, WidthProps } from 'styled-system';
import { SxProp } from './sx';
declare const TextInputWrapper: import("styled-components").StyledComponent<"span", any, {
disabled?: boolean | undefined;
hasIcon?: boolean | undefined;
block?: boolean | undefined;
contrast?: boolean | undefined;
variant?: "small" | "large" | undefined;
} & WidthProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>> & MinWidthProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.MinWidth<import("styled-system").TLengthStyledSystem>> & MaxWidthProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.MaxWidth<import("styled-system").TLengthStyledSystem>> & SxProp, never>;
export default TextInputWrapper;