libmodulor
Version:
A TypeScript library to create platform-agnostic applications
6 lines (5 loc) • 342 B
TypeScript
import type { ReactElement } from 'react';
import type { DataType } from '../../dt/index.js';
import type { UCOPIBase } from '../../uc/index.js';
import { type Props } from '../lib/react/UCOutputFieldValueFragment.js';
export declare function UCOutputFieldValue<OPI extends UCOPIBase, T extends DataType>(props: Props<OPI, T>): ReactElement;