UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

4 lines 205 B
import type { CustomComponent } from '../../config/types.js'; export type RowLabelComponent = CustomComponent; export type RowLabel = Record<string, string> | string; //# sourceMappingURL=RowLabel.d.ts.map