createToggleFullscreenButton(): { if: { test: () => boolean; then: { key: string; component: any; props: { class: string; }; children: TemplateNode; }; }; }

Parameters