UNPKG

adou-ui

Version:

feat:修复了TagInput无法清空的问题

69 lines (68 loc) 2.82 kB
import React from "react"; import TableCell from "./TableCell"; import "./index.scss"; export { TableCell }; export declare const recursiveGenerateTableHeaderRows: (columns: any[], newRows?: any[]) => any[]; declare const _default: React.ComponentType<Omit<{ showTitle?: boolean | undefined; wrap?: boolean | undefined; collapse?: boolean | undefined; maxWidth?: any; eidtable?: boolean | undefined; children?: any; data: any; highlightStyle?: React.CSSProperties | undefined; highlightCls?: string | undefined; headerAlign?: "center" | "start" | "end" | "justify" | undefined; wrapperStyle?: React.CSSProperties | undefined; clickHighlight?: boolean | undefined; checkedWhenDbClick?: boolean | undefined; headerPadding?: string | undefined; pageSizeOptions?: number[] | undefined; pagination?: boolean | undefined; pageSize?: number | undefined; currentPage?: number | undefined; showTotal?: boolean | undefined; compact?: boolean | undefined; showTip?: boolean | undefined; checkAll?: boolean | undefined; tdPadding?: string | undefined; clickChecked?: boolean | undefined; showHeader?: boolean | undefined; defaultCheckedList?: any; headerFontWeight?: "bold" | "normal" | undefined; tableWidth?: any; tableBGC?: any; tableRef?: any; activeId?: string | number | undefined; showIndex?: boolean | undefined; multiple?: boolean | undefined; id?: string | undefined; trPointer?: boolean | undefined; contentAlign?: "center" | "start" | "end" | "justify" | undefined; collection?: boolean | undefined; expandAll?: boolean | undefined; size?: "lg" | "sm" | undefined; columns: any[]; propsData?: any; tableHover?: boolean | undefined; tableStriped?: boolean | undefined; tableBorderd?: boolean | undefined; tableBorderless?: boolean | undefined; headColor?: "light" | "dark" | undefined; captionContent?: any; captionPosition?: "top" | "bottom" | undefined; tableResponsive?: "lg" | "sm" | "md" | "xl" | "xxl" | undefined; headSticky?: boolean | undefined; headTextColor?: string | undefined; headBGC?: any; divider?: boolean | undefined; maxHeight?: string | undefined; minHeight?: string | undefined; onRowDoubleClick?: ((row: any) => void) | undefined; onRowClick?: ((row: any) => void) | undefined; onPageChange?: ((page: number) => void) | undefined; onPageSizeChange?: ((size: number) => void) | undefined; onCheckedChange?: ((row: any, data: any[]) => void) | undefined; }, keyof import("react-i18next").WithTranslation<N, undefined>> & import("react-i18next").WithTranslationProps>; export default _default;