UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

8 lines 242 B
/** * 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 */ export default '@@NO-VALUE-TYPE@@'; //# sourceMappingURL=no-value-type.js.map