UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

9 lines (8 loc) 288 B
interface SocialButtonProps { className?: string; url?: string; type?: "facebook" | "twitter" | "discourse" | "google-classroom" | "microsoft-teams" | "whatsapp"; heading?: string; } export declare const SocialButton: (props: SocialButtonProps) => JSX.Element; export {};