rive-app / rive-react

React runtime for Rive
https://rive-app.github.io/rive-react
MIT License
808 stars 32 forks source link

feature: expose RiveProps type from package #195

Closed khanilov closed 1 year ago

khanilov commented 1 year ago

Expose RiveProps type from package, so it can be imported as:

import { type RiveProps } from '@rive-app/react-canvas';

instead of

import { type RiveProps } from '@rive-app/react-canvas/dist/types/components/Rive';