Calculator Class
Extends
- React.PureComponent<CalculatorProps, CalculatorState>
Methods
| Name | Description | |
|---|---|---|
| constructor(props: CalculatorProps): Calculator | ||
| componentDidMount(): void | Called immediately after a component is mounted. | |
| render(): React.JSX.Element | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| defaultProps Static Readonly | Pick<CalculatorProps, "engine"> | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.