import { BulletListType } from 'roosterjs-editor-types'; /** * @internal * @param textBeforeCursor The trigger character * @returns The style of a bullet list triggered by a string */ export default function getAutoBulletListStyle(textBeforeCursor: string): BulletListType | null;