Skip to content

Commit

Permalink
fix(notice-bar): declare the NoticeBarTrigger type (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
betavs authored Jan 24, 2024
1 parent e622237 commit 299a69c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/notice-bar/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ export interface TdNoticeBarProps {
};
}

export type NoticeBarTrigger = 'prefix-icon' | 'content' | 'operation' | 'suffix-icon';

export interface DrawMarquee {
speed?: number;
loop?: number;
Expand Down

0 comments on commit 299a69c

Please sign in to comment.