@ucloud-fe/react-components
Version:
UCloud react components
26 lines (25 loc) • 1.23 kB
TypeScript
/// <reference types="react" />
import { Theme } from '../../../style';
export declare const prefixCls: string;
export declare const tableCls: string;
export declare const cellContentCls: string;
export declare const cellContentSquareCls: string;
export declare const cellContentPrevSpaceCls: string;
export declare const cellContentNextSpaceCls: string;
export declare const twoSideSingleCls: string;
export declare const iconCls: string;
export declare const calendarMixin: (props: {
theme: Theme;
customStyle?: {
boxShadow?: boolean | undefined;
} | undefined;
}) => import("@emotion/utils").SerializedStyles;
export declare const STwoSide: import("react").ForwardRefExoticComponent<{
customStyle?: {
boxShadow: boolean;
} | undefined;
} & import("react").HTMLAttributes<HTMLElement> & {
theme?: Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
export declare const SCalendar: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<HTMLElement>>;
export declare const SMonthCalendar: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<HTMLElement>>;