hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ButtonEvent

    interface ButtonEvent {
        preventDefault?: boolean;
        type: string;
        view: ButtonView;
    }

    Hierarchy

    Index

    Properties

    preventDefault?: boolean
    type: string