UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines 340 B
import type React from 'react'; import type { SxProp } from '../sx'; export type ActionListDividerProps = SxProp & { className?: string; }; /** * Visually separates `Item`s or `Group`s in an `ActionList`. */ export declare const Divider: React.FC<React.PropsWithChildren<ActionListDividerProps>>; //# sourceMappingURL=Divider.d.ts.map