UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

8 lines (7 loc) 265 B
export interface ServiceType { name?: string; protocol?: 'tcp' | 'udp' | string | null | undefined; subtype?: string | undefined; } export declare const toString: (data: ServiceType) => any; export declare const toType: (string: string) => ServiceType;