UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

7 lines (6 loc) 289 B
import { type HTMLChakraProps } from "../../styled-system"; export interface InputElementProps extends HTMLChakraProps<"div"> { } export declare const InputElement: import("../..").ChakraComponent<"div", { placement?: import("../..").ConditionalValue<"end" | "start" | undefined>; }>;