UNPKG

102 BTypeScriptView Raw
1export declare function useVariantFromUrl(): {
2 values?: undefined;
3} | {
4 values: string[];
5};