UNPKG

@foblex/core

Version:

A core library providing a set of utilities and interfaces for various projects.

5 lines (4 loc) 112 B
import { ITransformModel } from '../types'; export interface ITransformable { transform: ITransformModel; }