footer.d.ts 182 Bytes
import { ElementUIComponent } from './component'

/** Footer Component */
export declare class ElFooter extends ElementUIComponent {
  /** Height of the footer */
  height: string
}