UNPKG

@hhgtech/hhg-components

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