zym2525
2025-03-11 afdc0faf165dbc0c90e45043b4f500a3d53ba20f
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};