mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
11 lines
210 B
TypeScript
11 lines
210 B
TypeScript
|
import { ElementUIComponent } from './component'
|
||
|
|
||
|
/** PageHeader Component */
|
||
|
export declare class ElPageHeader extends ElementUIComponent {
|
||
|
/** title */
|
||
|
title: string
|
||
|
|
||
|
/** content */
|
||
|
content: string
|
||
|
}
|