@pollum-io/pegasys-components
Version:
Components for Pegays Protocol, the leading AMM on Syscoin NEVM.
8 lines (7 loc) • 491 B
TypeScript
export declare const CurrencySelect: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
selected: boolean;
}, never>;
export declare const Aligner: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledTokenName: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
active?: boolean | undefined;
}, never>;