zhengyiming
2025-02-25 9e72ccd8e8bf0362dde6e6df9410fedbf79115be
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};