Type alias IWithDeviceSupportOptions
IWithDeviceSupportOptions: {
rednerIfLoading: (() => JSX.Element);
renderIfDeviceNotSupported: (() => JSX.Element);
renderIfDeviceSupported: (() => JSX.Element);
}
Type declaration
rednerIfLoading: (() => JSX.Element)
- (): JSX.Element
Returns JSX.Element
renderIfDeviceNotSupported: (() => JSX.Element)
- (): JSX.Element
Returns JSX.Element
renderIfDeviceSupported: (() => JSX.Element)
- (): JSX.Element
Returns JSX.Element