kaspacom-ui
Version:
UI Component Library for KaspaCom DeFi Applications
17 lines • 727 B
TypeScript
import * as i0 from "@angular/core";
export declare class LeftStickyDirective {
applyClass: boolean;
stickyStyles: import("@angular/core").InputSignal<{
[key: string]: string;
}>;
private readonly renderer;
private readonly el;
private readonly hostTable;
private hasScrolledX;
private prevStickyStyles;
constructor();
manageStyles(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LeftStickyDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LeftStickyDirective, "[kcLeftSticky]", never, { "stickyStyles": { "alias": "stickyStyles"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
//# sourceMappingURL=left-sticky.directive.d.ts.map