element-ui-for-gov
Version:
element-ui for gov
17 lines (12 loc) • 396 B
TypeScript
import { ElementUIComponentForGov } from './component'
/** Backtop Component */
export declare class ElBacktop extends ElementUIComponentForGov {
/** Backtop target */
target: string
/** Backtop visibility height */
visibilityHeight: string | number
/** Backtop right position */
right: string | number
/** Backtop bottom position */
bottom: string | number
}