6 lines
234 B
TypeScript
6 lines
234 B
TypeScript
import { ParagraphChild } from '../../paragraph';
|
|
import { XmlComponent } from '../../xml-components';
|
|
export declare const createTextboxContent: ({ children }: {
|
|
readonly children?: readonly ParagraphChild[];
|
|
}) => XmlComponent;
|