UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

9 lines (8 loc) 216 B
export declare enum BtnTypes { primary = "btn-primary", link = "btn-link", success = "btn-success", error = "btn-error", clear = "btn-clear" } export declare type BtnType = keyof typeof BtnTypes;