/** * This is the CSS from Ed, a former designer for the app (web version) * They are migrated to TS codes (either CSSProperties or Styled) */ import { SerializedStyles } from '@emotion/react'; import { CSSProperties } from 'react'; import { MapCoverType, MapSourceType } from '../smart/utils/map/MappingCalculator'; import { MapDiffCoverType, MapDiffSourceType } from '../smart/utils/map/MappingDiff'; import { SearchHighlightType } from '../smart/utils/SearchFunctions'; export declare const handleCSS: CSSProperties; export declare const flowCheckbox: CSSProperties; export declare const flowProgressLabelWithButton: CSSProperties; export declare const flowProgressLabel: CSSProperties; export declare const flowPercentageLabel: CSSProperties; export declare const no_highlight: SerializedStyles; export declare function map_style__coverage(result: MapCoverType): SerializedStyles; export declare function map_style_diff__coverage(result: MapDiffCoverType): SerializedStyles; export declare function map_style__source(result: MapSourceType): SerializedStyles; export declare function map_style_diff__source(result: MapDiffSourceType): SerializedStyles; export declare function search_style__highlight(result: SearchHighlightType): SerializedStyles; export declare function flow_node__highlighed(color: string): SerializedStyles; //# sourceMappingURL=visual.d.ts.map