// @jsx: react // @strict: true // @esModuleInterop: true /// import React from 'react' interface ResizablePanelProps { children: [React.ReactNode, React.ReactNode] } class ResizablePanel extends React.Component< ResizablePanelProps, any> {} const test =
const testErr =