UNPKG

@schema-render/search-table-react

Version:
9 lines (8 loc) 238 B
import type { IObjectAny } from '@schema-render/core-react'; import type { FC } from 'react'; interface ILongTextProps { value?: string; options?: IObjectAny; } declare const LongText: FC<ILongTextProps>; export default LongText;