UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

5 lines 364 B
import { type SxProp } from '../../sx'; import React from 'react'; declare const UnstyledTextInput: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & SxProp & React.RefAttributes<HTMLInputElement>>; export default UnstyledTextInput; //# sourceMappingURL=UnstyledTextInput.d.ts.map