UNPKG

scrivito

Version:

Scrivito is a professional, yet easy to use SaaS Enterprise Content Management Service, built for digital agencies and medium to large businesses. It is completely maintenance-free, cost-effective, and has unprecedented performance and security.

11 lines (8 loc) 219 B
import { SyncFunctionComponent } from './provide_component'; export function withDisplayName<Props>( name: string, component: SyncFunctionComponent<Props> ) { component.displayName = name; return component; }