UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

4 lines (3 loc) 235 B
import React from 'react'; import type { InputTextProps, InputTextRef } from './types'; export declare const TextSuggest: React.ForwardRefExoticComponent<Pick<InputTextProps, keyof InputTextProps> & React.RefAttributes<InputTextRef>>;