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