Skip to content

Commit

Permalink
Update artplayer-plugin-danmuku.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zhw2590582 committed Dec 16, 2024
1 parent 58b7eeb commit ad0395f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ type Mode = 0 | 1 | 2;
type Danmuku = Danmu[] | string | (() => Promise<Danmu[]>) | Promise<Danmu[]>;

type Slider = {
min: number;
max: number;
steps: {
min?: number;
max?: number;
steps?: {
name?: string;
value?: any;
show?: boolean;
Expand Down

0 comments on commit ad0395f

Please sign in to comment.