UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

10 lines (9 loc) 279 B
interface AIFooterProps { className?: string; onFeedbackSelected: (positive: boolean | undefined) => void; } /** * A component containing a standard AI disclaimer and feedback buttons. */ export declare const AIFooter: (props: AIFooterProps) => JSX.Element; export {};