4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
/// <reference types="react" />
|
|
declare const Unauthorized: () => JSX.Element;
|
|
export default Unauthorized;
|