UNPKG

rsuite

Version:

A suite of react components

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