UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

8 lines (5 loc) 168 B
"use strict"; import { Format } from '@ark-ui/react/format'; const FormatNumber = Format.Number; const FormatByte = Format.Byte; export { FormatByte, FormatNumber };