UNPKG

better-react-spinkit

Version:

A collection of loading indicators animated with CSS for React

9 lines (7 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (propValue, contextValue, defaultValue) { return propValue && propValue !== defaultValue ? propValue : contextValue || defaultValue; };