UNPKG
react-tailwind-element-inspector
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Inspect DOM elements hierarchy and classNames on hover in React + Tailwind projects.
react-tailwind-element-inspector
/
dist
/
inspector.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
export
declare
function
enableInspector
(
):
void
;
export
declare
function
disableInspector
(
):
void
;