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:
@@ -1,20 +1,22 @@
|
||||
import {
|
||||
type serializedNode,
|
||||
type serializedNodeWithId,
|
||||
NodeType,
|
||||
type attributes,
|
||||
type MaskInputOptions,
|
||||
type SlimDOMOptions,
|
||||
type DataURLOptions,
|
||||
type DialogAttributes,
|
||||
type MaskTextFn,
|
||||
type MaskInputFn,
|
||||
type KeepIframeSrcFn,
|
||||
type ICanvas,
|
||||
type elementNode,
|
||||
type serializedElementNodeWithId,
|
||||
type mediaAttributes,
|
||||
import type {
|
||||
MaskInputOptions,
|
||||
SlimDOMOptions,
|
||||
MaskTextFn,
|
||||
MaskInputFn,
|
||||
KeepIframeSrcFn,
|
||||
ICanvas,
|
||||
DialogAttributes,
|
||||
} from './types';
|
||||
import { NodeType } from '@rrweb/types';
|
||||
import type {
|
||||
serializedNode,
|
||||
serializedNodeWithId,
|
||||
serializedElementNodeWithId,
|
||||
elementNode,
|
||||
attributes,
|
||||
mediaAttributes,
|
||||
DataURLOptions,
|
||||
} from '@rrweb/types';
|
||||
import {
|
||||
Mirror,
|
||||
is2DCanvasBlank,
|
||||
|
||||
Reference in New Issue
Block a user