gather-content-ui
Version:
GatherContent UI Library
18 lines • 841 B
TypeScript
import CollectionsTableHead from "./CollectionsTableHead";
import CollectionsTableHeading from "./CollectionsTableHeading";
import CollectionsTableRow from "./CollectionsTableRow";
import CollectionsTableCell from "./CollectionsTableCell";
import CollectionsTableCellContent from "./CollectionsTableCellContent";
export declare function CollectionsTable({ children, className, ...props }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace CollectionsTable {
var defaultProps: {
className: string;
};
var Head: typeof CollectionsTableHead;
var Heading: typeof CollectionsTableHeading;
var Row: typeof CollectionsTableRow;
var Cell: typeof CollectionsTableCell;
var CellContent: typeof CollectionsTableCellContent;
}
export default CollectionsTable;
//# sourceMappingURL=index.d.ts.map