@redpill-paris/quidol-ui
Version:
**quidol-ui** is a framework css create for the project Quidol Live.
9 lines (8 loc) • 926 B
TypeScript
export interface ContainerProps {
isSelected: boolean;
}
export declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ContainerProps, never>;
export declare const Title: import("styled-components").StyledComponent<(props: import("../types").TypographyProps) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
export declare const Description: import("styled-components").StyledComponent<(props: import("../types").TypographyProps) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
export declare const IconWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const ProductCheck: import("styled-components").StyledComponent<(props: import("../types").CheckboxProps) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;