UNPKG
@mxenabled/rules-engine
Version:
alpha (1.0.1-alpha.JB5)
latest (1.0.4)
1.0.4
1.0.3
1.0.1-alpha.JB5
1.0.1-alpha.JB4
1.0.1-alpha.JB3
1.0.1-alpha.JB2
1.0.1-alpha.JB1
1.0.1-alpha.JB0
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
UI for MX's rules engine Dwight
@mxenabled/rules-engine
/
dist
/
components
/
shared
/
StatusChip.d.ts
11 lines
(10 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
CustomInsightStatus
}
from
'../../types/CustomInsight'
;
type
CopyObject
= { [
key
:
string
]:
string
; };
interface
ChipProps
{
copy
:
CopyObject
;
status
:
CustomInsightStatus
; }
export
declare
const
StatusChip
:
React
.
FC
<
ChipProps
>;
export
{};