UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

12 lines (11 loc) 252 B
export declare type ButtonActions = { title: string; action: () => void; }; export declare const enum ButtonStyle { Inline = "inline", Normal = "normal", Secondary = "secondary", Spinner = "spinner", Progress = "progress" }