File size: 254 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
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 {}
|