legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

React adapter?

Open crcn opened this issue 3 years ago • 0 comments

E.g:

export const useSomething = (props) => {
  return { items: [] };
};


useSomething.props = {
  props: {
    
  },
  returns: {
    items: ["string"]
  }
};

☝️ use should be able to select exported hooks like so.

crcn avatar Aug 27 '22 20:08 crcn