UNPKG

@lonelyplanet/dotcom-core

Version:

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

7 lines (6 loc) 143 B
/// <reference types="react" /> export interface ITemplateProps { area?: string; children?: React.ReactNode; className?: string; }