UNPKG

soda-angular

Version:
8 lines (7 loc) 230 B
import { ColumnType } from './column-types'; export declare class Column { static of<Type>(param: (type: Type) => ColumnType): Column; readonly Name: string; constructor(name: string); toString(): string; }