mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-25 23:07:58 +00:00
5 lines
165 B
TypeScript
5 lines
165 B
TypeScript
import React from 'react';
|
|
declare function WarmUp(): React.ReactElement;
|
|
declare const _default: React.MemoExoticComponent<typeof WarmUp>;
|
|
export default _default;
|