UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

15 lines (14 loc) 1.17 kB
import React from 'react'; import { Table as FusionTable } from '@alifd/next'; import type { TableProps } from '@alifd/next/types/table'; declare const _default: React.ForwardRefExoticComponent<TableProps & React.RefAttributes<unknown>> & { StickyLock: React.ForwardRefExoticComponent<TableProps & React.RefAttributes<unknown>>; } & import("hoist-non-react-statics").NonReactStatics<typeof FusionTable, {}>; export default _default; export declare const TableColumn: typeof import("@alifd/next/types/table").Column; export declare const TableColumnGroup: typeof import("@alifd/next/types/table").ColumnGroup; export declare const TableColumnGroupHeader: typeof import("@alifd/next/types/table").GroupHeader; export declare const TableColumnGroupFooter: typeof import("@alifd/next/types/table").GroupFooter; export declare const TableStickyLock: typeof FusionTable; export declare const TableBase: typeof FusionTable; export type { TableProps, ColumnProps as TableColumnProps, ColumnGroupProps as TableColumnGroupProps, GroupHeaderProps as TableColumnGroupHeaderProps, GroupFooterProps as TableColumnGroupFooterProps, BaseTableProps, } from '@alifd/next/types/table';