backtop.d.ts 370 B

12345678910111213141516
  1. import { ElementUIComponent } from './component'
  2. /** Backtop Component */
  3. export declare class ElBacktop extends ElementUIComponent {
  4. /** Backtop target */
  5. target: string
  6. /** Backtop visibility height */
  7. visibilityHeight: string | number
  8. /** Backtop right position */
  9. right: string | number
  10. /** Backtop bottom position */
  11. bottom: string | number
  12. }