@cainiaofe/cn-ui-m
Version:
13 lines (12 loc) • 399 B
TypeScript
import type { CnSelectorProps } from './types/cn-selector-props';
/**
* @deprecated 已废弃,请使用 CnRadioGroup tag 模式代替
*/
export declare const CnSelector: {
(props: CnSelectorProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
displayName: string;
defaultProps: {
prefix: string;
mode: string;
};
};