theme-lib
Version:
This is a simple example Angular Library published to npm.
23 lines (22 loc) • 612 B
TypeScript
export declare class NbActionComponent {
disabledValue: boolean;
icon: string;
disabled: boolean;
badgeText: string;
badgeStatus: string;
badgePosition: string;
}
export declare class NbActionsComponent {
static readonly SIZE_SMALL = "small";
static readonly SIZE_MEDIUM = "medium";
static readonly SIZE_LARGE = "large";
private sizeValue;
inverseValue: boolean;
readonly small: boolean;
readonly medium: boolean;
readonly large: boolean;
fullWidthValue: boolean;
size: string;
inverse: boolean;
fullWidth: boolean;
}