@cainiaofe/cn-ui-m
Version:
21 lines (20 loc) • 600 B
TypeScript
import './index.scss';
import * as React from 'react';
import type { CnReadOnlyProps } from './types';
export declare const CnReadOnly: {
(props: CnReadOnlyProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
defaultProps: {
emptyRender: () => string;
};
};
/**
* @deprecated 请使用 CnReadOnly 替换
*/
export declare const CnReadonly: {
(props: CnReadOnlyProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
defaultProps: {
emptyRender: () => string;
};
};