@primer/react
Version:
An implementation of GitHub's Primer Design System using React
6 lines • 454 B
TypeScript
import { type SxProp } from '../../sx';
import React from 'react';
export declare const TEXT_INPUT_CSS_MODULES_FEATURE_FLAG = "primer_react_css_modules_ga";
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