UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

7 lines (6 loc) 184 B
import { Template } from './template'; export declare class PartialDefinition<T> { name: string; template: Template<T>; constructor(name: string, template: Template<T>); }