@skyux/indicators
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 600 B
TypeScript
import * as i0 from "@angular/core";
/**
* Specifies a label to display in smaller text under or beside the value.
* To display a help button beside the label, include a help button element, such as `sky-help-inline`,
* in the `sky-key-info` element and a `sky-control-help` CSS class on that help button element.
* @required
*/
export declare class SkyKeyInfoLabelComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoLabelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], false, never>;
}