UNPKG

react-better-slot

Version:
7 lines (6 loc) 123 B
import { FC } from 'react'; declare const Slot: FC<{ name?: string; children?: any; }>; export default Slot;