UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

11 lines 397 B
import type React from 'react'; import type { FCWithSlotMarker } from '../utils/types/Slots'; export type ActionListDividerProps = { className?: string; style?: React.CSSProperties; }; /** * Visually separates `Items` or `Groups` in an `ActionList`. */ export declare const Divider: FCWithSlotMarker<React.PropsWithChildren<ActionListDividerProps>>; //# sourceMappingURL=Divider.d.ts.map