UNPKG

@polls-platform/core

Version:

Polls Platform core library

4 lines (3 loc) 220 B
import { PollUrlParamOptions } from '../types'; export declare function setPollUrlParams(urlString: string, options: PollUrlParamOptions): string; export declare function getThemeFromPollUrl(url: string): string | null;