UNPKG

opendash

Version:

open.DASH data visualization framework

12 lines (7 loc) 229 B
import * as React from "react"; import { useOpenDashApp } from ".."; import { ServicesInterface } from ".."; export function useOpenDashServices(): ServicesInterface { const app = useOpenDashApp(); return app.services; }