UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

10 lines 444 B
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>; } & { ref?: import("@furystack/shades").RefObject<Element>; }, children?: import("@furystack/shades").ChildrenList) => JSX.Element; //# sourceMappingURL=selection-cell.d.ts.map