gather-content-ui
Version:
GatherContent UI Library
9 lines • 362 B
TypeScript
declare function CollectionsTableCellContent({ children, allowOverflow }: any): import("react/jsx-runtime").JSX.Element;
declare namespace CollectionsTableCellContent {
var defaultProps: {
allowOverflow: boolean;
className: string;
};
}
export default CollectionsTableCellContent;
//# sourceMappingURL=CollectionsTableCellContent.d.ts.map