wupengfei
2025-02-25 73ac6d02a2223f19201426f3c366661d4a8e41bf
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};