/** * @description list api type * @author 阿怪 * @date 2022/4/24 21:56 * @version v1.0.0 * * @name m-list * @docDescription List component with shuimo-ui style. * 水墨组件的列表组件。 * @docUrl https://shuimo.design/list * * 江湖的业务千篇一律,复杂的代码好几百行。 */ export declare type ListProps = { /** * @description List data * 列表数据 * @default [] */ data?: any[], /** * @description all item use active style * 所有项使用激活样式 * @default false */ autoActive?: boolean };