@tplc/business
Version:
16 lines (14 loc) • 442 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
}