import { Meta, Story } from "@storybook/react"; import { Cartesian3 } from "cesium"; import { events } from "../core/storybook"; import Entity from "../Entity"; import Viewer, { ViewerProps } from "./Viewer"; export default { title: "Viewer", component: Viewer, } as Meta; export const Basic: Story = args => ; export const Events: Story = args => ( );