footer.d.ts 182 B

1234567
  1. import { ElementUIComponent } from './component'
  2. /** Footer Component */
  3. export declare class ElFooter extends ElementUIComponent {
  4. /** Height of the footer */
  5. height: string
  6. }