fix types
This commit is contained in:
@@ -39,7 +39,8 @@
|
|||||||
"unpkg": "dist/index.js",
|
"unpkg": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
"dist"
|
"dist",
|
||||||
|
"typings"
|
||||||
],
|
],
|
||||||
"typings": "typings/index.d.ts",
|
"typings": "typings/index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -8,7 +8,7 @@ export default class rrwebPlayer {
|
|||||||
width?: number;
|
width?: number;
|
||||||
height?: number;
|
height?: number;
|
||||||
skipInactive?: boolean;
|
skipInactive?: boolean;
|
||||||
autoPlay?: number;
|
autoPlay?: boolean;
|
||||||
speedOption?: number[];
|
speedOption?: number[];
|
||||||
showController?: boolean;
|
showController?: boolean;
|
||||||
showWarning?: boolean;
|
showWarning?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user