mirror of
https://github.com/mathuo/dockview
synced 2025-08-09 18:56:02 +00:00
chore: loosen type restrictions
This commit is contained in:
parent
ac6154196e
commit
782a61bf69
@ -19,7 +19,7 @@ function useTitle(api: DockviewPanelApi): string | undefined {
|
||||
}
|
||||
|
||||
export type IDockviewDefaultTabProps = IDockviewPanelHeaderProps &
|
||||
React.DOMAttributes<HTMLDivElement> & {
|
||||
React.HtmlHTMLAttributes<HTMLDivElement> & {
|
||||
hideClose?: boolean;
|
||||
closeActionOverride?: () => void;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user