brahma-test-widget
Version:
A React component for trade automation within the Brahma ecosystem.
8 lines • 334 B
TypeScript
export default function ContentWrapper({ children, borderRadius, style, padding, showOpacityIn }: {
borderRadius?: string;
padding?: string;
children: React.ReactNode;
style?: Record<string, string | number>;
showOpacityIn?: boolean;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map