UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

5 lines (4 loc) 77 B
export type Initializable<T> = { isInitialized: boolean; data: T; };