Commit 1137783b authored by huangyan.py's avatar huangyan.py Committed by ι™ˆεΈ…

Export AuthorizedProps

parent ac133a1f
...@@ -27,7 +27,7 @@ interface check { ...@@ -27,7 +27,7 @@ interface check {
): T | S; ): T | S;
} }
interface AuthorizedProps { export interface AuthorizedProps {
authority: authority; authority: authority;
noMatch?: React.ReactNode; noMatch?: React.ReactNode;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment