UNPKG

535 BTypeScriptView Raw
1import * as React from 'react';
2import { OUIAProps } from '../../helpers';
3export interface SeparatorProps extends React.HTMLProps<HTMLAnchorElement>, OUIAProps {
4 /** Classes applied to root element of dropdown item */
5 className?: string;
6 /** Click event to pass to InternalDropdownItem */
7 onClick?: (event: React.MouseEvent<HTMLAnchorElement> | React.KeyboardEvent | MouseEvent) => void;
8}
9export declare const DropdownSeparator: React.FunctionComponent<SeparatorProps>;
10//# sourceMappingURL=DropdownSeparator.d.ts.map
\No newline at end of file