chore: abstract types to shared package (#1593)

* chore: update types

* small typing change

* fix typing issue

* typed node

* add extra lint skip

* add changeset

---------

Co-authored-by: Eoghan Murray <eoghan@getthere.ie>
Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
This commit is contained in:
David Newell
2024-12-06 13:17:24 +00:00
committed by GitHub
parent bd9eb70629
commit 5a789385a3
36 changed files with 256 additions and 250 deletions

View File

@@ -9,7 +9,7 @@ import {
buildNodeWithSN,
createCache,
} from '../src/rebuild';
import { NodeType } from '../src/types';
import { NodeType } from '@rrweb/types';
import { createMirror, Mirror, normalizeCssString } from '../src/utils';
const expect = _expect as unknown as {