import ISprite from "lingo3d/lib/interface/ISprite"; import React from "react"; export type SpriteProps = Partial & { children?: React.ReactNode; };