diff --git a/src/index.tsx b/src/index.tsx index 22811d8..1d9eb30 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -83,7 +83,7 @@ export function Slot(props: SlotProps) { return <>{state === undefined ? props.children : state} } -export interface FillProps extends Required {} +export interface FillProps extends SlotProps {} export function Fill(props: FillProps) { const emitter = useSlotsContext()