UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

29 lines (28 loc) 957 B
export declare class NbInputDirective { static readonly SIZE_SMALL = "small"; static readonly SIZE_MEDIUM = "medium"; static readonly SIZE_LARGE = "large"; static readonly STATUS_INFO = "info"; static readonly STATUS_SUCCESS = "success"; static readonly STATUS_WARNING = "warning"; static readonly STATUS_DANGER = "danger"; static readonly SHAPE_RECTANGLE = "rectangle"; static readonly SHAPE_SEMI_ROUND = "semi-round"; static readonly SHAPE_ROUND = "round"; size: string; setSize: string; status: string; shape: string; setFullWidth: any; fullWidth: boolean; readonly small: boolean; readonly medium: boolean; readonly large: boolean; readonly info: boolean; readonly success: boolean; readonly warning: boolean; readonly danger: boolean; readonly rectangle: boolean; readonly semiRound: boolean; readonly round: boolean; }