@furystack/shades-common-components
Version:
8 lines • 380 B
TypeScript
import type { CollectionService } from '../../services/collection-service.js';
export declare const SelectionCell: (props: {
entry: any;
service: CollectionService<any>;
} & Omit<Partial<HTMLElement>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=selection-cell.d.ts.map