wupengfei
2025-06-05 418ebb17dd631d62095bf4279233da90343b373e
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};