UNPKG

react-custom-calculator

Version:
12 lines (11 loc) 258 B
/// <reference types="react" /> export declare const buttonOptions: { label: string; value: string; }[][]; export type HistoryProps = { display: string; input: string; result: string; }; export default function Calculator(): JSX.Element;