UNPKG

solive-core

Version:

Solidity Monaco Editor Core Library

12 lines 335 B
import React from "react"; type TProps = { value?: any; onChange?: (value: any) => void; options: { label: string; value: any; }[]; }; declare const Select: React.ForwardRefExoticComponent<TProps & React.RefAttributes<HTMLElement>>; export default Select; //# sourceMappingURL=Select.d.ts.map