UNPKG
@r1tsu/payload
Version:
latest (3.0.0-beta.31)
3.0.0-beta.31
3.0.0-beta.28
3.0.0-beta.26
3.0.0-beta.25
3.0.0-beta.24
3.0.0-beta.23
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.15
3.0.0-beta.11
@r1tsu/payload
/
dist
/
admin
/
forms
/
RowLabel.d.ts
4 lines
•
225 B
TypeScript
View Raw
1
2
3
4
import
type
{
CustomComponent
}
from
'../../config/types.js'
;
export
type
RowLabelComponent
=
CustomComponent
;
export
type
RowLabel
=
Record
<
string
,
string
> |
RowLabelComponent
|
string
;
//# sourceMappingURL=RowLabel.d.ts.map