UNPKG

@shopistry/macaw-ui

Version:

Saleor's UI component library

7 lines (6 loc) 192 B
import React from "react"; interface ButtonTooltipDecoratorProps { tooltip?: string; } export declare const ButtonTooltipDecorator: React.FC<ButtonTooltipDecoratorProps>; export {};