UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

8 lines (7 loc) 335 B
/** * Helper function to convert a camel case string to formatted title * @param camelString string * @param capitalizeAll boolean if true, all words in the title will be capitalized will be uppercase * @returns string formatted as title */ export declare function makeTitle(camelString: string, capitalizeAll?: boolean): string;