mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 01:44:00 +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 {
|
interface NativeScrollAreaProps {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
debugScrollPosition?: boolean;
|
debugScrollPosition?: boolean;
|
||||||
pageHeaderProps?: PageHeaderProps & { offset?: any; target: any };
|
pageHeaderProps?: PageHeaderProps & { offset?: any; target?: any };
|
||||||
}
|
}
|
||||||
|
|
||||||
export const NativeScrollArea = forwardRef(
|
export const NativeScrollArea = forwardRef(
|
||||||
|
|||||||
Reference in New Issue
Block a user