y-sweet
y-sweet copied to clipboard
Consider `@y-sweet/react` re-exporting `ClientToken` type
I think it would make sense to export this type, so I can do a const token = useMemo((): ClientToken => ({ ... }), [...])
in my provider.
I can work around this by also adding the sdk package & importing the type from there.