@oceanbase/design
Version:
The Design System of OceanBase
10 lines (9 loc) • 451 B
TypeScript
/// <reference types="react" />
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
export type SwitchToken = FullToken<'Switch'>;
export declare const genSwitchStyle: GenerateStyle<SwitchToken>;
declare const _default: (prefixCls: string) => {
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
hashId: string;
};
export default _default;