gather-content-ui
Version:
GatherContent UI Library
10 lines • 396 B
TypeScript
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