@becklyn/contentful-adapter
Version:
[](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)
10 lines (9 loc) • 508 B
TypeScript
import { IValidation } from "contentful-migration";
export declare const RTE_TYPE_HEADLINE = "headline";
export declare const RTE_TYPE_MINIMAL = "minimal";
export declare const RTE_TYPE_STYLED_FONT = "styled-font";
export declare const RTE_TYPE_STYLED_FONT_AND_LIST = "styled-font-list";
export declare const RTE_TYPE_FULL = "full";
export declare const RTE_TYPE_TABLE = "table";
export declare const RTE_TYPE_MARKS = "marks";
export declare const getRteValidation: (version?: string) => Array<IValidation>;