UNPKG

rsuite

Version:

A suite of react components

7 lines 195 B
'use client'; import { createComponent } from "../internals/utils/index.js"; var StatValueUnit = createComponent({ name: 'StatValueUnit', componentAs: 'span' }); export default StatValueUnit;