import { SchemaProps } from "../../page/@types"; /** * 搜索头部属性 */ export interface SearchHeaderProps extends SchemaProps { selection: any[]; searchData: any; }