UNPKG

@lonelyplanet/dotcom-core

Version:

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

11 lines (9 loc) 211 B
const TYPES = { ICore: "ICore", IRequire: "IRequire", IRenderer: "IRenderer", render: "render", renderToString: "renderToString", IAuthConfigDefaults: "IAuthConfigDefault", }; export default TYPES;