@pollum-io/pegasys-components
Version:
Components for Pegays Protocol, the leading AMM on Syscoin NEVM.
12 lines (11 loc) • 1.1 kB
TypeScript
export declare const Root: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
disabled?: boolean | undefined;
}, never>;
export declare const OuterCircle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
size: number;
}, never>;
export declare const InnerCircle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
size: number;
selected?: boolean | undefined;
}, never>;
export declare const Label: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Text/Text").TextProps & import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;