UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 269 B
import type { JsonInputFactory, JsonInputProps } from './JsonInput'; export { JsonInput } from './JsonInput'; export type { JsonInputProps, JsonInputFactory }; export declare namespace JsonInput { type Props = JsonInputProps; type Factory = JsonInputFactory; }