@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
14 lines • 1.01 kB
TypeScript
import { Option } from '@fable-org/fable-library-js/Option.js';
import { Comment$ } from '../../ARCtrl.Core.3.0.0-beta.12/Comment.fs.js';
export declare const Comment_commentValueKey = "commentValue";
export declare const Comment_commentPattern = "Comment\\s*\\[<(?<commentValue>.+)>\\]";
export declare const Comment_commentPatternNoAngleBrackets = "Comment\\s*\\[(?<commentValue>.+)\\]";
export declare function Comment_$007CComment$007C_$007C(key: string): Option<string>;
export declare function Comment_wrapCommentKey(k: string): string;
export declare function Comment_fromString(k: string, v: string): Comment$;
export declare function Comment_toString(c: Comment$): [string, string];
export declare const Remark_remarkValueKey = "remarkValue";
export declare const Remark_remarkPattern = "#(?<remarkValue>.+)";
export declare function Remark_$007CRemark$007C_$007C(key: Option<string>): Option<string>;
export declare function Remark_wrapRemark(r: string): string;
//# sourceMappingURL=Comment.fs.d.ts.map