import type { ElProps } from '..'; export interface PageProps extends Partial { title?: string; preTitle?: string; } export interface PageBodyProps extends Partial { } export interface PageHeaderProps extends Partial { }