pixel-art.tsx
基本信息
- 类型: React 组件 (TSX)
- 路径:
src/components/kids/elements/pixel-art.tsx
功能描述
Pixel Art Tree (Pine)
导出内容
- <code>PixelTree</code> - 函数
- <code>PixelBush</code> - 函数
- <code>PixelCloud</code> - 函数
- <code>PixelCastle</code> - 函数
- <code>PixelMountain</code> - 函数
- <code>PixelFlower</code> - 函数
- <code>PixelStar</code> - 函数
- <code>PixelRobot</code> - 函数
- <code>PixelLevelNode</code> - 函数
- <code>PixelPath</code> - 函数
- <code>PixelCar</code> - 函数
- <code>PixelOldCar</code> - 函数
- <code>PixelVan</code> - 函数
- <code>PixelLake</code> - 函数
- <code>PixelPond</code> - 函数
- <code>PixelPlaneWithBanner</code> - 函数
依赖导入
@/lib/utils
Props/接口
interface PixelRobotProps {
className?: string;
mood?: PromiMood;
}
使用说明
在 JSX/TSX 中导入使用