UNPKG
react-advanced-calculator
Version:
latest (1.0.4)
1.0.11
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
react calculator
github.com/roscoericch/react-calculator
roscoericch/react-calculator
react-advanced-calculator
/
dist
/
esm
/
components
/
icons
/
BackSpaceIcon.d.ts
4 lines
(3 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
import
React
from
"react"
;
declare
const
BackSpaceIcon
:
(
{ ...props }:
React
.
SVGAttributes
<
SVGElement
>
) =>
React
.
JSX
.
Element
;
export
default
BackSpaceIcon
;