UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

14 lines (11 loc) 404 B
import * as react from 'react'; import { ContextValue } from 'react-aria-components'; import { InputProps } from './types.js'; import 'tailwind-variants'; import '../button/types.js'; import '../../lib/types.js'; import '../button/styles.js'; import 'tailwind-merge'; import './styles.js'; declare const InputContext: react.Context<ContextValue<InputProps, HTMLInputElement>>; export { InputContext };