UNPKG

@skyux/layout

Version:

This library was generated with [Nx](https://nx.dev).

9 lines (8 loc) 156 B
import { TemplateRef } from '@angular/core'; /** * @internal */ export interface SkyFormatItem { text?: string; templateRef?: TemplateRef<any>; }