@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
7 lines • 302 B
TypeScript
import * as React from 'react';
export declare const PopoverArrow: React.FunctionComponent<PopoverArrowProps>;
export interface PopoverArrowProps extends React.HTMLProps<HTMLDivElement> {
/** Popover arrow additional className */
className?: string;
}
//# sourceMappingURL=PopoverArrow.d.ts.map