Adaptable

This is the main entry point for Adaptable.

You should import this named import. Then wrap your application in the Provider component and render the UI component anywhere inside your app.

TypeScript
Adaptable: {
  Provider: typeof AdaptableInfiniteHeadless;
  UI: typeof AdaptableComponent;
  setDefaultState: typeof setDefaultState;
}