UNPKG

@ucloud-fe/react-components

Version:
19 lines (18 loc) 667 B
declare function HeadTable(props: any, { table }: { table: any; }): JSX.Element | null; declare namespace HeadTable { namespace propTypes { const fixed: PropTypes.Requireable<string | boolean>; const columns: PropTypes.Validator<any[]>; const tableClassName: PropTypes.Validator<string>; const handleBodyScrollLeft: PropTypes.Validator<(...args: any[]) => any>; const expander: PropTypes.Validator<object>; const tableLayout: PropTypes.Requireable<string>; } namespace contextTypes { const table: PropTypes.Requireable<any>; } } export default HeadTable; import PropTypes from "prop-types";