import LuckyWheel from './lucky-wheel' // 大转盘 import LuckyGrid from './lucky-grid' // 九宫格 export { LuckyGrid, LuckyWheel }