UNPKG

terriajs

Version:

Geospatial data visualization platform.

14 lines (10 loc) 330 B
import type { Component } from "react"; import type IElementConfig from "../../Models/IElementConfig"; interface PropsType { btnText: string; minified: boolean; animationDuration?: number; elementConfig?: IElementConfig; } declare class FullScreenButton extends Component<PropsType> {} export default FullScreenButton;