UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 198 B
type Casing = 'original' | 'lowercase' | 'uppercase' | 'sentence'; export declare function changeTextCasing(str: string, casing?: Casing | ((str: string) => string)): string | undefined; export {};