UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 268 B
import type { WithSlotMarker } from './types'; /** * Determines whether a given element is a valid slot for the supplied slot component */ export declare function isSlot(element: unknown, slot: WithSlotMarker<unknown>): boolean; //# sourceMappingURL=is-slot.d.ts.map