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