UNPKG

rsuite

Version:

A suite of react components

8 lines (6 loc) 132 B
'use client'; import Heading from "./Heading.js"; // export types // export components export { Heading }; export default Heading;