UNPKG

@r1tsu/payload

Version:

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