mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-13 11:41:06 +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;
|