UNPKG

gather-content-ui

Version:
10 lines 396 B
declare function CollectionsTableCell({ children, className, allowOverflow, alignRight, ...props }: any): import("react/jsx-runtime").JSX.Element; declare namespace CollectionsTableCell { var defaultProps: { allowOverflow: boolean; alignRight: boolean; className: string; }; } export default CollectionsTableCell; //# sourceMappingURL=CollectionsTableCell.d.ts.map