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