@barter/react-sdk
Version:
The Official TypeScript SDK for Barter.GG
13 lines (10 loc) • 322 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
type BarterWidgetProps = {
url: string;
id?: string;
className?: string;
width: string;
height: string;
};
declare function BarterWidget(props: BarterWidgetProps): react_jsx_runtime.JSX.Element;
export { BarterWidget, type BarterWidgetProps };