UNPKG

@redocly/theme

Version:

Shared UI components lib

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