brahma-test-widget
Version:
A React component for trade automation within the Brahma ecosystem.
10 lines • 351 B
TypeScript
import { TTypographyType, TypographyProps } from '.';
export declare const wrapperModifiers: {
[key in TTypographyType]: any;
};
type WrapperProps = TypographyProps & {
[x: string]: any;
};
export declare const Wrapper: import("styled-components").StyledComponent<"p", any, WrapperProps, never>;
export {};
//# sourceMappingURL=styles.d.ts.map