UNPKG

gather-content-ui

Version:
11 lines 411 B
declare function CollectionsTableRow({ children, className, selected, disabled, isOver, ...props }: any): import("react/jsx-runtime").JSX.Element; declare namespace CollectionsTableRow { var defaultProps: { className: string; selected: boolean; disabled: boolean; isOver: boolean; }; } export default CollectionsTableRow; //# sourceMappingURL=CollectionsTableRow.d.ts.map