@tplc/business
Version:
17 lines (15 loc) • 459 B
text/typescript
import { NoticeBarScrollDirection } from '@tplc/wot/types/components/wd-notice-bar/types'
import { LcbBlockProps } from '../lcb-block/types'
export interface LcbNoticeBarProps extends LcbBlockProps {
vertical?: boolean
/** -1 无 0 图标 1 自定义 */
iconType?: -1 | 0 | 1
direction?: NoticeBarScrollDirection
speed?: number
textColor?: string
pageType?: string
rightArrow?: boolean
icon?: string
iconSize?: number
delay?: number
}