UNPKG

@cbinsights/fds

Version:
6 lines (5 loc) 166 B
import React from 'react'; declare const ComponentWithoutRef: ({ children, }: { children: React.ReactNode; }) => JSX.Element; export default ComponentWithoutRef;