UNPKG

@ieltsrealtest/ui

Version:

Reusable UI components for IELTS Real Test platform, built with React and TypeScript.

7 lines (6 loc) 142 B
import React from "react"; interface FooterProps { isDev?: boolean; } declare const Footer: React.FC<FooterProps>; export default Footer;