Skip to content

Commit

Permalink
Fixed missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
manojVivek committed Jan 20, 2025
1 parent 604f5eb commit 2212450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/shared/components/src/hooks/URLState/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const useURLState = <T extends ParamValue>(
return [(value ?? defaultValue) as T, setParam];
};

interface OptionsCustom<T> {
export interface OptionsCustom<T> {
parse: (val: ParamValue) => T;
stringify: (val: T) => ParamValue;
}
Expand Down

0 comments on commit 2212450

Please sign in to comment.