wupengfei
2025-10-17 7d134fce99d93cdc8b334101d0f4afa5d0598cbe
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};