UNPKG

jamis

Version:

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

5 lines (4 loc) 209 B
import React from 'react'; import type { InputBoxProps } from '../types'; declare const InputBox: React.ForwardRefExoticComponent<InputBoxProps & React.RefAttributes<HTMLDivElement>>; export default InputBox;