UNPKG

rsuite

Version:

A suite of react components

6 lines 277 B
'use client'; // Export internal components export { default as Box } from "./Box/index.js"; export { default as Plaintext } from "./Plaintext/index.js"; export { default as InputBase } from "./InputBase/index.js"; export { default as SafeAnchor } from "./SafeAnchor/index.js";