Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 21, 2023
1 parent 73c5ce1 commit be80d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/watermark/useWatermark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export type AppendWatermark = (

export default function useWatermark(
markStyle: React.CSSProperties,
gapX: number,
): [
appendWatermark: AppendWatermark,
removeWatermark: (container: HTMLElement) => void,
Expand Down

0 comments on commit be80d1f

Please sign in to comment.