element/types/header.d.ts
2017-10-18 18:38:23 +08:00

8 lines
182 B
TypeScript

import { ElementUIComponent } from './component'
/** Header Component */
export declare class ElHeader extends ElementUIComponent {
/** Height of the header */
height: string
}