UNPKG

rsuite

Version:

A suite of react components

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