import * as i0 from '@angular/core'; import * as _ng_nest_ui_core from '@ng-nest/ui/core'; import { XNumber } from '@ng-nest/ui/core'; /** * Affix * @selector x-affix * @decorator component */ declare const XAffixPrefix = "x-affix"; declare const X_AFFIX_CONFIG_NAME = "affix"; declare const XAffixProperty_base: new () => { config: _ng_nest_ui_core.XAffixConfig | undefined; }; /** * Affix Property */ declare class XAffixProperty extends XAffixProperty_base { /** * @zh_CN 顶部距离 * @en_US Distance from top * @example * * ```html * *
有垂直滚动条,我与顶部距离5rem
*
* ``` * */ readonly top: i0.InputSignalWithTransform; /** * @zh_CN 左边距离 * @en_US Distance from left * @example * * ```html * *
有横向滚动条,我与左边距离5rem
*
* ``` * */ readonly left: i0.InputSignalWithTransform; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class XAffixComponent extends XAffixProperty { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class XAffixModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { XAffixComponent, XAffixModule, XAffixPrefix, XAffixProperty, X_AFFIX_CONFIG_NAME };