@plteam/chat-ui
Version:
CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript
6 lines (5 loc) • 381 B
TypeScript
export declare const getDeclension: (int: number, nouns: [one: string, two: string, five: string], insertNumFirst?: boolean) => string;
type LangArray = [string, string, string];
export declare const getLangDeclension: (int: number, langArray: [LangArray, LangArray], replaceKey?: string) => string;
export declare const getDaysText: (daysCount: number) => string;
export {};