UNPKG

motion-plus-vue

Version:

Motion Plus Vue

10 lines (9 loc) 457 B
import { DefineComponent } from 'vue'; import { TickerProps } from './Ticker'; import { MotionProps } from 'motion-v'; export { default as TickerItem } from './TickerItem'; export type { TickerItemProps } from './TickerItem'; export type { ItemPosition, TickerState, ItemSize } from './types'; export { useTickerItem, useTicker } from './context'; export declare const Ticker: DefineComponent<MotionProps<"div"> & TickerProps>; export type { TickerProps };