Props type alias for associated component.

type Props = {
    options?: TJSGameSettingsWithUI.Options.Create;
    settings?: TJSGameSettingsWithUI;
    styles?: object;
}
Index

Properties

styles?: object

Optional inline styles applied to the main element; useful for setting CSS variables.