UNPKG

motion-plus-vue

Version:

Motion Plus Vue

6 lines (5 loc) 247 B
import { Data } from '../types'; export declare function formatToParts(value: number | bigint | string, { locales, format, }: { locales?: Intl.LocalesArgument; format?: Intl.NumberFormatOptions; }, prefix?: string, suffix?: string): Data;