@ar-dacity/ardacity-text-pressure
Version:
Dynamic text pressure effects for React applications
9 lines (8 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextPressure = void 0;
// This is just a type definition, the actual component
// will be copied to the user's project during installation
var TextPressure = function () { return null; };
exports.TextPressure = TextPressure;
exports.default = exports.TextPressure;