UNPKG
react-custom-calculator
Version:
latest (1.0.5)
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
github.com/EeseeSG/react-custom-calculator.git
EeseeSG/react-custom-calculator
react-custom-calculator
/
dist
/
Calculator.d.ts
12 lines
(11 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/// <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
;