UNPKG

@sid-hq/sid

Version:

7 lines (6 loc) 157 B
import React from 'react'; type Props = { value?: number; }; declare const MyCounter: ({ value }: Props) => React.JSX.Element; export default MyCounter;