interface InlineButtonOptions {
    icon: string;
    onClick?: (() => void);
    title: string;
}

Properties

Properties

icon: string
onClick?: (() => void)
title: string