UNPKG

ze-react-component-library

Version:
9 lines (8 loc) 249 B
/// <reference types="react" /> import type { LogicformType } from "zeroetp-api-sdk"; interface ZEValueProps { logicform: LogicformType; postProcess?: (v: any) => any; } declare const ZEValue: React.FC<ZEValueProps>; export default ZEValue;