@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines • 486 B
TypeScript
import * as i0 from "@angular/core";
/**
* Sets the focus on the give targetId on click.
*/
export declare class SkipLinkDirective {
targetId: string;
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkipLinkDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SkipLinkDirective, "[c8ySkipLink]", never, { "targetId": { "alias": "c8ySkipLink"; "required": false; }; }, {}, never, never, true, never>;
}
//# sourceMappingURL=skip-link.directive.d.ts.map