UNPKG

@taiga-ui/kit

Version:
9 lines (8 loc) 251 B
import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus'; export interface TuiFileLike { readonly name: string; readonly size?: number; readonly type?: string; readonly src?: string; readonly content?: PolymorpheusContent; }