UNPKG

@manojadams/metaforms

Version:
6 lines (5 loc) 141 B
/// <reference types="react" /> export default function Col({ type, children }: { type: string; children: any; }): JSX.Element;