Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "internal/storybook-helpers/map"

Index

Classes

Type aliases

Variables

Functions

Type aliases

Props

Props: object

Type declaration

  • children: React.ReactNode
  • projection: string

State

State: object

Type declaration

  • id: string
  • map: Map | null

Variables

Const MapContainer

MapContainer: string & StyledComponentBase<"div", any, __type, never> = styled.div`display: flex;margin: 0;padding: 0;`

Const MapDiv

MapDiv: string & StyledComponentBase<"div", any, __type, never> = styled.div`width: 900px;height: 500px;`

Const Root

Root: string & StyledComponentBase<"div", any, __type, never> = styled.div`display: flex;flex-direction: column;margin: 0;padding: 0;`

Functions

Const renderChildren

  • renderChildren(children: React.ReactNode, map: Map): React.ReactNode

Generated using TypeDoc