preactjs / preact-router

:earth_americas: URL router for Preact.
http://npm.im/preact-router
MIT License
1.01k stars 156 forks source link

Update exportable props and function signature to Match #459

Open kim3er opened 1 year ago

kim3er commented 1 year ago

Deals with https://github.com/preactjs/preact-router/issues/458 & https://github.com/preactjs/preact-router/issues/456.

I've added a type definition for <Match />'s children function, along with an exportable type for the function's own props.

kim3er commented 1 year ago

Looks like I've dup'd https://github.com/preactjs/preact-router/pull/422.