UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

6 lines (5 loc) 180 B
import { Palette } from "./Palettes"; export interface PaletteSwatchProps { palette: Palette; } export declare const PaletteSwatch: (props: PaletteSwatchProps) => JSX.Element;