UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

8 lines (7 loc) 266 B
import { CSSProperties } from "preact/compat"; type ExpandIconProps = { style?: CSSProperties; onClick?: () => void; }; declare const ExpandIcon: ({ style, onClick }: ExpandIconProps) => import("preact/compat").JSX.Element; export default ExpandIcon;