UNPKG

@hubee/hubee-ui-table

Version:

Hubee UI Table é uma biblioteca que faz abstração da implementação de data tables para o React

10 lines (9 loc) 314 B
export default class StringHelper { static format(...text: string[]): string; static pluralize: ({ noun, count, suffix }: { noun?: string | undefined; count?: number | undefined; suffix?: string | undefined; }) => string; static capitalize(text: string): string; }