import {DetailedHTMLProps, InputHTMLAttributes} from 'react' type NonceProps = DetailedHTMLProps, HTMLInputElement> export default function Nonce(props: NonceProps) { return }