UNPKG

generator-min-app

Version:

hcy system layout and pages

12 lines (9 loc) 239 B
import React from 'react'; const crateContainer = (id: string) => { const reactElement = React.createElement('div', { style: { width: '100%', height: '100%' }, id: id, }); return reactElement; }; export { crateContainer };