UNPKG

@schema-render/search-table-react

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