interface TspComponentPlaceholderProps {
  className?: string;
  /**
   * 是否有动画
   */
  animation?: boolean;
}