export type RichTextContext = {
  depth: number;
};

export const defaultContext: RichTextContext = { depth: 1 };