UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 257 B
"use client"; import { createContext } from "react"; //#region packages/@mantine/core/src/components/Input/Input.context.ts const InputContext = createContext({ size: "sm" }); //#endregion export { InputContext }; //# sourceMappingURL=Input.context.mjs.map