UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

1 lines 436 B
{"version":3,"file":"Input.context.cjs","names":[],"sources":["../../../src/components/Input/Input.context.ts"],"sourcesContent":["import { createContext } from 'react';\nimport { MantineSize } from '../../core';\n\ninterface InputContextValue {\n size: MantineSize | (string & {});\n}\n\nexport const InputContext = createContext<InputContextValue>({ size: 'sm' });\n"],"mappings":";;;AAOA,MAAa,gBAAA,oBAAA,eAAgD,EAAE,MAAM,MAAM,CAAC"}