Skip to content

Commit 5d5017b

Browse files
committed
feat(update): minor changes
1 parent 03d6a35 commit 5d5017b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/hooks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export * from "./useDebounce";
12
export * from "./useDebugEffect";
23
export * from "./useJsonMemo";
34
export * from "./useSwiftUINode";

src/types/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type NativeViewStyle = Pick<
2525
| "right"
2626
| "bottom"
2727
> & {
28-
tint?: string;
28+
tintColor?: string;
2929
accentColor?: string;
3030
foregroundColor?: string;
3131
cornerRadius?: number;

0 commit comments

Comments
 (0)