Skip to content

Variable: NumberFormat

Number Format Component

Signature

ts
export const NumberFormat = NumberFormatImpl as unknown as {
  new (): {
    $props: VNodeProps & NumberFormatProps & BaseFormatProps
  }
}

Tags

Released under the MIT License.