wupengfei
2025-09-26 310e9d899fb8b10beeeba0ac469389ff1a8fd4be
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};