UNPKG

gather-content-ui

Version:
9 lines 350 B
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