4 lines
174 B
TypeScript
4 lines
174 B
TypeScript
import Field from './field';
|
|
import type { Attribute } from '../types';
|
|
export declare const createField: (attribute: Attribute) => Field;
|
|
//# sourceMappingURL=index.d.ts.map
|