mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Add children prop typing for MatchedPerformerPreview
Made-with: Cursor
This commit is contained in:
parent
8d1c21a705
commit
d0f1de3b9d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import { ReactNode } from "react";
|
||||
import { Placement } from "react-bootstrap/esm/Overlay";
|
||||
import { PerformerPopover } from "src/components/Performers/PerformerPopover";
|
||||
|
||||
interface IMatchedPerformerPreviewProps {
|
||||
performerID?: string | null;
|
||||
placement?: Placement;
|
||||
children?: ReactNode;
|
||||
}
|
||||
|
||||
export const MatchedPerformerPreview = ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue