UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 178 B
import React from 'react'; type Props = { style?: React.CSSProperties; }; declare const SetupLater: ({ style }: Props) => React.JSX.Element; export default SetupLater;