Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface II18nLocalePagination

Hierarchy

  • II18nLocalePagination

Index

Properties

items

items: string

selectWidth

selectWidth: number

Methods

jumpTo

  • jumpTo(options: { input: React.ReactNode }): React.ReactNode

pageStats

  • pageStats(options: { Text: React.ComponentType<{ type: "middle" | "right" }>; select: React.ReactNode; total: React.ReactNode }): React.ReactNode
  • Parameters

    • options: { Text: React.ComponentType<{ type: "middle" | "right" }>; select: React.ReactNode; total: React.ReactNode }
      • Text: React.ComponentType<{ type: "middle" | "right" }>
      • select: React.ReactNode
      • total: React.ReactNode

    Returns React.ReactNode

pageStatsStatic

  • pageStatsStatic(options: { Text: React.ComponentType<{ type: "middle" | "right" }>; pageSize: React.ReactNode; total: React.ReactNode }): React.ReactNode
  • Parameters

    • options: { Text: React.ComponentType<{ type: "middle" | "right" }>; pageSize: React.ReactNode; total: React.ReactNode }
      • Text: React.ComponentType<{ type: "middle" | "right" }>
      • pageSize: React.ReactNode
      • total: React.ReactNode

    Returns React.ReactNode

Generated using TypeDoc