FullscreenButtonPropsinterface

{
	target?: string;
}
PropertyType
.targetstring
CSS selector to identify the parent element to toggle fullscreen status on. Defaults to "body, figure"

Component props for a <FullscreenButton>