export default [ { title: '区段选择器', screenshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_range.png', schema: { componentName: 'Range', props: { prefix: 'next-', slider: 'single', max: 100, step: 1, marksPosition: 'above', hasTip: true, }, }, }, ];