UNPKG

@lonelyplanet/dotcom-core

Version:

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

6 lines (5 loc) 105 B
export interface ITemplateProps { area?: string; children?: React.ReactNode; className?: string; }