@coreui/utils
Version:
CoreUI Utilities
9 lines (8 loc) • 400 B
TypeScript
/**
* --------------------------------------------------------------------------
* CoreUI Utils (__COREUI_VERSION__): getColor.ts
* Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
declare const getColor: (rawProperty: string, element?: HTMLElement) => string;
export default getColor;