UNPKG

@piste-icons/react

Version:

React components for ski trail difficulty symbols

7 lines (6 loc) 255 B
import { ColorExtract } from './constants.js'; export interface TerrainParkProps { color?: ColorExtract<'orange'>; size?: number; } export declare const TerrainPark: ({ color, size, }: TerrainParkProps) => import("react/jsx-runtime").JSX.Element;