import React from "react";
import {NumberField} from "spotlight/admin-common/components/fields/NumberField";
import {FeedEditorField} from "spotlight/feed-editor/components/core/FeedEditorField";
const tooltip = (
If left empty, the text size will be controlled by your theme.{" "}
This option will be ignored for the header if the "Text size" option in the "Header" section is not empty.
);
export function TextSizeField() {
return (
{(props) => (
)}
);
}