export type ScrollRadioInstance = { /** * 滚动到当前选项 */ scrollToCurrent: () => void; };