UNPKG

opendash

Version:

open.DASH data visualization framework

4 lines (3 loc) 222 B
declare type serialisationType = "string" | "object" | "array" | "json" | "any"; export declare function useUrlParam<T>(param: string, defaultValue: T, type?: serialisationType): [T, (nextValue: T) => void]; export {};