UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

10 lines (9 loc) 252 B
/// <reference types="react" /> export interface TriggerButtonProps { disabled?: boolean; dataTestId?: string; } export declare const TriggerButton: { ({ dataTestId, disabled }: TriggerButtonProps): JSX.Element; displayName: string; };