import { IExtensionConfig } from '../types' export const RangeExtension: IExtensionConfig = { type: 'array', 'x-component': 'Range', title: '范围选择', }