wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
10 lines • 322 B
JavaScript
;
/**
* this is used to mark a prop for removal.
*
* i cannot use null nor undefined, nor false, nor 0 or anything alike since
* all of these are valid values
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '@@NO-VALUE-TYPE@@';
//# sourceMappingURL=no-value-type.js.map