UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

9 lines (7 loc) 202 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@@';