UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 193 B
import React from 'react'; declare const Container: { ({ className }: { className?: string; }): React.JSX.Element; displayName: string; }; export default Container;