You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Are there any typescript typedefinitions available for this package? I tried grabbing the type definitions directly from the 'styled-components' package:
declare module '@react-pdf/styled-components'
{
export * from '@types/styled-components';
}
but I still get type errors like: Property 'Text' does not exist on type 'typeof import("@react-pdf/styled-components")'.
or Type 'Style' is not assignable to type 'CSSProperties'
jamesricky, IvanCoronado, johann1301s, na-ji, JoshElgar and 6 more