frontend/.pnpm-store/v3/files/3f/053acbba1a68fb2522b575d9e8b8b3487b1acbe1878e96a30cecba94c3dd7fcc3459db1c377e407098cba862d73ca714e1ca928282c34b769d44fb6f44c05f

11 lines
257 B
Plaintext

import { options, Fragment, Component } from 'preact';
export function initDevTools() {
if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
window.__PREACT_DEVTOOLS__.attachPreact('10.12.1', options, {
Fragment,
Component
});
}
}