UNPKG

@js-sugar/angular-bootstrap

Version:

JS-Sugar Bootstrap components for Angular

3 lines (2 loc) 196 B
export declare type ButtonSize = 'small' | 'default' | 'large'; export declare type ButtonKind = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';