y-sweet icon indicating copy to clipboard operation
y-sweet copied to clipboard

Consider `@y-sweet/react` re-exporting `ClientToken` type

Open colelawrence opened this issue 1 year ago • 3 comments

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.

colelawrence avatar Sep 15 '23 18:09 colelawrence