mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-12 17:01:09 +00:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import React from 'react';
|
|
declare const BeforeApiInit: () => React.JSX.Element;
|
|
export default BeforeApiInit;
|