element/types/header.d.ts

8 lines
182 B
TypeScript
Raw Permalink Normal View History

2017-10-18 10:31:03 +00:00
import { ElementUIComponent } from './component'
/** Header Component */
export declare class ElHeader extends ElementUIComponent {
/** Height of the header */
height: string
}