tdesign-react
Version:
TDesign Component for React
8 lines (7 loc) • 336 B
TypeScript
import { MessagePlugin as _MessagePlugin } from './Message';
import './style/index.js';
export * from './type';
export declare const Message: import("react").FC<import("./MessageComponent").MessageComponentProps>;
export declare const message: _MessagePlugin;
export declare const MessagePlugin: _MessagePlugin;
export default Message;