liu
3 天以前 7ca7e60e74281d3f9856f6326b9547fdf6a8d56f
1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}