UNPKG

@cainiaofe/cn-ui-m

Version:
16 lines (15 loc) 394 B
import type { CnAffixProps } from './types'; /** * @category 组件 * 固钉 */ export declare const CnAffix: { (prop: CnAffixProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>; displayName: string; defaultProps: { container: string; disabled: boolean; offsetTop: number; zIndex: number; }; };