Skip to content

Commit

Permalink
update declare for playerClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
warjiang committed Feb 23, 2024
1 parent 34408cf commit 02e1a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rrweb-player/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export type RRwebPlayerOptions = {
*/
events: eventWithTime[];
/**
* The class names to apply to the player
* The classname which apply to the player
* @defaultValue `''`
*/
playerClassName?: string;
/**
Expand Down

0 comments on commit 02e1a20

Please sign in to comment.