| import { Format } from "@ark-ui/react/format" | |
| export const FormatNumber = Format.Number | |
| export const FormatByte = Format.Byte | |
| export interface FormatNumberProps extends Format.NumberProps {} | |
| export interface FormatByteProps extends Format.ByteProps {} | |