UNPKG

@primer/components

Version:
7 lines (6 loc) 177 B
import React from 'react'; import { SxProp } from '../sx'; /** * Visually separates `Item`s or `Group`s in an `ActionList`. */ export declare const Divider: React.FC<SxProp>;