UNPKG

@nfdi4plants/swate-components

Version:

Customizable React components for ontology annotation, based on Swate and the ARC.

13 lines 1.16 kB
import { FSharpList } from '@fable-org/fable-library-js/List.js'; import { float64, int32 } from '@fable-org/fable-library-js/Int32.js'; import { IKeyboardKey } from './Key.fs.js'; export type AriaDropEffect = "copy" | "execute" | "link" | "move" | "none" | "popup"; export type AriaRelevant = "additions" | "all" | "removals" | "text"; export declare function PropHelpers_createClockValue(duration: number): string; export declare function PropHelpers_createKeySplines(values: Iterable<[float64, float64, float64, float64]>): string; export declare function PropHelpers_createOnKey(key: IKeyboardKey, handler: ((arg0: KeyboardEvent) => void), ev: KeyboardEvent): void; export declare function PropHelpers_createPointsFloat(coordinates: Iterable<[float64, float64]>): string; export declare function PropHelpers_createPointsInt(coordinates: Iterable<[int32, int32]>): string; export declare function PropHelpers_createSvgPathFloat(path: Iterable<[string, FSharpList<FSharpList<float64>>]>): string; export declare function PropHelpers_createSvgPathInt(path: Iterable<[string, FSharpList<FSharpList<int32>>]>): string; //# sourceMappingURL=Properties.fs.d.ts.map