UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

7 lines (6 loc) 194 B
interface ThemeCardProps { theme: pxt.ColorThemeInfo; onClick?: (theme: pxt.ColorThemeInfo) => void; } export declare const ThemeCard: (props: ThemeCardProps) => JSX.Element; export {};