element-plus/types/header.d.ts

8 lines
182 B
TypeScript
Raw Normal View History

2020-09-15 19:12:27 +08:00
import { ElementUIComponent } from './component'
/** Header Component */
export declare class ElHeader extends ElementUIComponent {
/** Height of the header */
height: string
}