Embedded analytics SDK API
    Preparing search index...

    Type Alias ButtonProps

    ButtonProps: ButtonProps_2 & {
        animate?: boolean;
        highlightOnHover?: boolean;
        type?: "button" | "submit";
    } & HTMLAttributes<HTMLButtonElement>