UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

5 lines (4 loc) 172 B
export interface UserNotificationProps { notification: pxt.ProfileNotification; } export declare const UserNotification: (props: UserNotificationProps) => JSX.Element;