@ucloud-pccl/react-components
Version:
UCloud pccl react components
29 lines (28 loc) • 2.07 kB
TypeScript
export const iconWrapCls: string;
export const iconCls: string;
export const contentCls: string;
export const disabledCls: string;
export const checkedCls: string;
export const extraCls: string;
export function genStyleTypeCls(styleType: any): string;
export const cardHeaderCls: string;
export const cardContentCls: string;
export const cardTitleCls: string;
export function sharedClassName({ disabled, checked, size, styleType }: {
disabled: any;
checked: any;
size: any;
styleType: any;
}): string;
export const RadioWrap: React.FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & React.RefAttributes<any>, "theme">>;
export const RadioListWrap: React.FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & React.RefAttributes<any>, "theme">>;
export const RadioButtonWrap: React.FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & React.RefAttributes<any>, "theme">>;
export const RadioTagWrap: React.FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & React.RefAttributes<any>, "theme">>;
export const RadioCardWrap: React.FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & React.RefAttributes<any>, "theme">>;
export const RadioTextWrap: React.FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & React.RefAttributes<any>, "theme">>;
export const RadioGroupWrap: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement>> & {
theme: object;
}, object>;
export const SIconWrap: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLElement>>;
export function iconMixin(props: any): false | import("@emotion/utils").SerializedStyles;
import React from "react";