zym2525
2025-02-20 7c585e4e2d3bd1f6bbc77ac541fe8412ac47ebe5
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};