UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

33 lines (32 loc) 2.18 kB
import React, { type PropsWithChildren } from 'react'; export declare const AnalysisBarOuter: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined; }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & { isDimmed: boolean; }, {}, {}>; export declare const AnalysisBarSegmentContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined; }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>; export declare const GraphScoreIndicator: ({ value, adjustForOnePercent, isJet, }: { value: string; adjustForOnePercent: boolean; isJet?: boolean | undefined; }) => import("react/jsx-runtime").JSX.Element; export declare const GraphAxisLabel: ({ label, leftPos, adjustForOnePercent, }: { label: string; leftPos: number; adjustForOnePercent: boolean; }) => import("react/jsx-runtime").JSX.Element; export declare const AxisLabels: ({ children }: { percent?: boolean; } & PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const AnalysisBarCaption: ({ label }: { label: string; }) => import("react/jsx-runtime").JSX.Element; interface GraphSegmentProps { color: string | undefined; width: number; square?: boolean; } export declare const GraphSegment: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & GraphSegmentProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>; export {};