UNPKG

@plone/types

Version:

Plone's Types Package

16 lines (15 loc) 321 B
export interface ViewsConfig { layoutViews: { [key: string]: React.ComponentType; }; contentTypesViews: { [key: string]: React.ComponentType; }; defaultView: React.ComponentType; errorViews: { [key: string]: React.ComponentType; }; layoutViewsNamesMapping: { [key: string]: string; }; }