zym2525
2025-02-23 797fa07355a312a06541ca105a00928e95dbded6
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};