UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 216 B
import React from 'react'; type Props = { onClickStart?: () => void; }; declare const Container: { ({ onClickStart }: Props): React.JSX.Element; displayName: string; }; export default Container;