UNPKG

289 BTypeScriptView Raw
1import { type HTMLChakraProps } from "../../styled-system";
2export interface InputElementProps extends HTMLChakraProps<"div"> {
3}
4export declare const InputElement: import("../..").ChakraComponent<"div", {
5 placement?: import("../..").ConditionalValue<"end" | "start" | undefined>;
6}>;