UNPKG

rsuite

Version:

A suite of react components

6 lines 174 B
'use client'; import { createComponent } from "../internals/utils/index.js"; const DrawerActions = createComponent({ name: 'DrawerActions' }); export default DrawerActions;