mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Set header target to optional
This commit is contained in:
parent
a3804808b4
commit
58827a1dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue