mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
Set header target to optional
This commit is contained in:
@@ -50,7 +50,7 @@ export const ScrollArea = forwardRef(({ children, ...props }: ScrollAreaProps, r
|
||||
interface NativeScrollAreaProps {
|
||||
children: React.ReactNode;
|
||||
debugScrollPosition?: boolean;
|
||||
pageHeaderProps?: PageHeaderProps & { offset?: any; target: any };
|
||||
pageHeaderProps?: PageHeaderProps & { offset?: any; target?: any };
|
||||
}
|
||||
|
||||
export const NativeScrollArea = forwardRef(
|
||||
|
||||
Reference in New Issue
Block a user