mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
8 lines
182 B
TypeScript
8 lines
182 B
TypeScript
import { ElementUIComponent } from './component'
|
|
|
|
/** Footer Component */
|
|
export declare class ElFooter extends ElementUIComponent {
|
|
/** Height of the footer */
|
|
height: string
|
|
}
|