UNPKG

brahma-test-widget

Version:

A React component for trade automation within the Brahma ecosystem.

7 lines 270 B
type CloseButtonBoxProps = { closeButtonClick: () => void; icon?: React.ReactNode; }; export default function CloseButtonBox({ closeButtonClick, icon }: CloseButtonBoxProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map