UNPKG
@lumina-study/graph
Version:
latest (0.1.1)
0.1.1
0.1.0
Graph library for Lumina Study
@lumina-study/graph
/
dist
/
components
/
TreeNode
/
useMobileDetection.d.ts
5 lines
•
161 B
TypeScript
View Raw
1
2
3
4
5
/** * Hook to detect if the current device is mobile */
export
declare function
useMobileDetection
()
: boolean;
//# sourceMappingURL=useMobileDetection.d.ts.map