Browse Source

Export AuthorizedProps

pull/2186/head
huangyan.py 8 years ago
committed by 陈帅
parent
commit
1137783bec
  1. 2
      src/components/Authorized/index.d.ts

2
src/components/Authorized/index.d.ts

@ -27,7 +27,7 @@ interface check {
): T | S;
}
interface AuthorizedProps {
export interface AuthorizedProps {
authority: authority;
noMatch?: React.ReactNode;
}

Loading…
Cancel
Save