UNPKG

@piste-icons/react

Version:

React components for ski trail difficulty symbols

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