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