export type ClWaterfallPassThrough = { classNames?: string; }; export type ClWaterfallProps = { className?: string; pt?: ClWaterfallPassThrough; column?: number; gutter?: number; nodeKey?: string; };