UNPKG

@jengaui/core

Version:

Jenga UI Core component in React

10 lines (7 loc) 283 B
import * as react from 'react'; import { AllBaseProps } from 'tastycss'; /** * @deprecated consider using tasty() instead */ declare const _Base: react.ForwardRefExoticComponent<AllBaseProps<keyof HTMLElementTagNameMap> & react.RefAttributes<unknown>>; export { _Base as Base };