@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
17 lines (16 loc) • 543 B
TypeScript
import * as react_jsx_runtime0 from "react/jsx-runtime";
import * as react4 from "react";
//#region src/hooks/use-field-sizing/index.d.ts
interface UseFieldSizingProps {
value?: string;
}
declare const useFieldSizing: <Y extends HTMLElement>({
value
}: UseFieldSizingProps) => {
ref: react4.RefObject<Y | null>;
text: react_jsx_runtime0.JSX.Element;
};
type UseFieldSizingReturn = ReturnType<typeof useFieldSizing>;
//#endregion
export { UseFieldSizingProps, UseFieldSizingReturn, useFieldSizing };
//# sourceMappingURL=index.d.ts.map