Files
element/types/footer.d.ts
Leopoldthecoder 1e95e51f9b update typings
2017-10-18 18:38:23 +08:00

8 lines
182 B
TypeScript

import { ElementUIComponent } from './component'
/** Footer Component */
export declare class ElFooter extends ElementUIComponent {
/** Height of the footer */
height: string
}