UNPKG

ze-react-component-library

Version:
11 lines (10 loc) 348 B
import React from "react"; import { LogicformAPIResultType } from "zeroetp-api-sdk"; declare type Props = { representationType: string; onChange: (representation: string) => void; scrollElement?: Element; result: LogicformAPIResultType; }; declare const RepresentationChanger: React.FC<Props>; export default RepresentationChanger;