UNPKG

@angular-package/prism

Version:
9 lines (8 loc) 256 B
import { CallbackType, SanitizedType } from './prism.type'; export interface PrismInterface { async: boolean; callback?: CallbackType | undefined; code?: SanitizedType | undefined; language: string; interpolation: Object | undefined; }