UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

8 lines 213 B
import React from 'react'; /** * * @description Counter Component with Data dependency. */ declare const CounterWithApollo: React.FC<any>; export default CounterWithApollo; //# sourceMappingURL=Counter.d.ts.map