Gi Wah

Results 5 comments of Gi Wah

I don't know if it helps but I made one for my project and it works for me. ```typescript declare module 'rodal' { import {MouseEventHandler, ReactNode} from 'react'; type RodalProps...

> > > > How do you make use of this? where do you save it? In order to use custom types you will need to import it through typescript....

Now that I'm using nextjs I changed it a little bit: ```ts declare module 'rodal' { import {MouseEventHandler, JSX, PropsWithChildren} from 'react'; type RodalProps = PropsWithChildren & { width?: number;...

I sent a PR #72 for this matter.

How about a check for postgresql ? I sent a PR #118