UNPKG

@lonelyplanet/dotcom-core

Version:

This package is meant to house some of our more common UI and shared libs across dotcom applications.

10 lines (9 loc) 193 B
declare const TYPES: { ICore: string; IRequire: string; IRenderer: string; render: string; renderToString: string; IAuthConfigDefaults: string; }; export default TYPES;