UNPKG

@amxchange/grid-view-web-client

Version:

amxchange grid view framework web client in react ( a module extracted from existing jax )

8 lines (6 loc) 195 B
export { default as TableView } from "./TableView"; export { default as FormField } from "./FormField"; export * from "./Utils"; export function HelloNpm() { return "Hello NPM..."; }