Image.d.ts 239 B

123456789
  1. import { FC } from "react";
  2. /**
  3. * @see https://krpano.com/docu/xml/#layer.html
  4. */
  5. export interface KrpanoImgProps {
  6. children?: React.ReactNode;
  7. }
  8. export declare const KrpanoImg: FC<KrpanoImgProps>;
  9. //# sourceMappingURL=Image.d.ts.map