mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-12 12:40:33 +08:00
Move GraphComponentState type into tslib/react
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Box, Typography, useTheme } from "@mui/material"
|
||||
import * as Optuna from "@optuna/types"
|
||||
import { FC } from "react"
|
||||
import { GraphComponentState } from "../types"
|
||||
|
||||
export const GraphContainer: FC<{
|
||||
plotDomId: string
|
||||
graphComponentState: Optuna.GraphComponentState
|
||||
graphComponentState: GraphComponentState
|
||||
}> = ({ plotDomId, graphComponentState }) => {
|
||||
const theme = useTheme()
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user