UNPKG

@ramses-superapp/ramses-ui

Version:
5 lines 235 B
import React from 'react'; import type { RsTextStyle, RsTextInputProps } from '../styles/types'; declare const RsTextInput: React.FC<RsTextInputProps & RsTextStyle>; export default RsTextInput; //# sourceMappingURL=RsTextInput.d.ts.map