Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
254 Bytes
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 {}