exportinterfaceUseLoremIpsumOptions {/** * The length of the generated text sentence. * * @defaultValue 1 */length?: number/** * The minimum number of words in a sentence. * * @defaultValue ['.', '!', '?'] */sentenceEnds?: string[]/** * Whether to keep the same value between renders. * * @defaultValue true */stable?: boolean}