preact-router
preact-router copied to clipboard
Update exportable props and function signature to Match
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.
Looks like I've dup'd https://github.com/preactjs/preact-router/pull/422.