Skip to content

Variable: DatetimeFormat

Datetime Format Component

Signature

ts
export const DatetimeFormat = DatetimeFormatImpl as unknown as {
  new (): {
    $props: VNodeProps & DatetimeFormatProps & BaseFormatProps
  }
}

Tags

Released under the MIT License.