Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Dec 21, 2023
1 parent ba2e5b6 commit dfa8a5d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 398 deletions.
18 changes: 2 additions & 16 deletions acq-components/lib/FieldHolding/utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@


export const getCallNumber({
callNumber,
callNumberPrefix,
callNumberSuffix,
}: {
callNumber?: string;
callNumberPrefix?: string;
callNumberSuffix?: string;
}): string;
export const getCallNumber: any;
export const getHoldingLocationName: any;
export const getHoldingOptions(
holdings?: any[],
locationsMap?: {},
): {
value: any;
label: string | React.JSX.Element;
}[];
export const getHoldingOptions: any;
Loading

0 comments on commit dfa8a5d

Please sign in to comment.