``` import React from "react" type Props = { ^ value: string } ``` Anyone know why Rollup ts2 is throwing this error on the type?