UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 235 B
import { UserAgentDeviceType } from '@bolttech/essentials'; import { Component } from '../types/components.type'; export declare function filterComponentByDevice(component: Component, userAgentDevice: UserAgentDeviceType): boolean;