UNPKG
@architwankhade/math
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Excalidraw math functions
github.com/excalidraw/excalidraw
excalidraw/excalidraw
@architwankhade/math
/
dist
/
types
/
excalidraw
/
components
/
SearchMenu.d.ts
6 lines
(5 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
import
"./SearchMenu.scss"
;
export
declare
const
searchItemInFocusAtom
:
import
(
"jotai/vanilla/atom"
).
PrimitiveAtom
<
number
|
null
> & {
init
:
number
|
null
; };
export
declare
const
SearchMenu
:
() =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;