fePointLight
ReactElement
fePointLight(
Creates a <fePointLight> element.
Implementation
ReactElement fePointLight([Map<String, Object?>? props]) => createElement(
'fePointLight'.toJS,
props != null ? createProps(props) : null,
);
ReactElement
fePointLight(
Creates a <fePointLight> element.
ReactElement fePointLight([Map<String, Object?>? props]) => createElement(
'fePointLight'.toJS,
props != null ? createProps(props) : null,
);