UNPKG

@platform/cell.tmpl

Version:

Template generator for the system

9 lines (8 loc) 239 B
export * from '@platform/types'; export * from '@platform/cell.types'; export * from '@platform/cli/lib/types'; export * from '@platform/tmpl/lib/types'; export declare type ICellTemplateVariables = { dir: string; name: string; };