@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
15 lines (14 loc) • 390 B
JavaScript
"use client";
import { createContext } from "react";
//#region packages/@mantine/core/src/components/Input/InputWrapper.context.ts
const InputWrapperContext = createContext({
offsetBottom: false,
offsetTop: false,
describedBy: void 0,
getStyles: null,
inputId: void 0,
labelId: void 0
});
//#endregion
export { InputWrapperContext };
//# sourceMappingURL=InputWrapper.context.mjs.map