UNPKG

dcl-ui-toolkit

Version:

A collection of UI helpers to make it easier to build a Decentraland scene using the SDK 7.

6 lines (5 loc) 206 B
export type toFixedLengthStringUtilParams = { value: number; fixedDigits?: number; }; export declare function toFixedLengthStringUtil({ value, fixedDigits }: toFixedLengthStringUtilParams): string;