norma-library
Version:
Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.
13 lines (12 loc) • 392 B
TypeScript
import Content from "./components/Content";
import Date from "./components/Date";
import MessageItem from "./components/MessageItem";
import Root from "./components/Root";
import Row from "./components/Row";
export declare const NormaChatMessageBalloon: {
Root: typeof Root;
Row: typeof Row;
Content: typeof Content;
MessageItem: typeof MessageItem;
Date: typeof Date;
};