UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

11 lines (10 loc) 293 B
/// <reference types="react" /> export interface TooltipArrowProps { className?: string; backgroundColor?: string; borderColor?: string; } export declare const Arrow: { ({ className, backgroundColor, borderColor, }: TooltipArrowProps): JSX.Element; displayName: string; };