legacy-paperclip
legacy-paperclip copied to clipboard
React adapter?
E.g:
export const useSomething = (props) => {
return { items: [] };
};
useSomething.props = {
props: {
},
returns: {
items: ["string"]
}
};
☝️ use should be able to select exported hooks like so.