UNPKG

@plteam/chat-ui

Version:

CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript

7 lines (6 loc) 254 B
import * as React from 'react'; import Typography from '@mui/material/Typography'; const ContainerSubtitle = ({ children }) => { return (React.createElement(Typography, { variant: "subtitle1" }, children)); }; export default ContainerSubtitle;