Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 228 Bytes

devtools

Easily use common devtools extensions in Gluon

Example

import * as Gluon from '@gluon-framework/gluon';
import { REACT_DEVTOOLS } from '@gluon-framework/devtools';

Gluon.extensions.add(REACT_DEVTOOLS);