UNPKG

@thot/components

Version:
9 lines (7 loc) 173 B
export const status = { STATUS_STANDBY: 'standby', STATUS_CREATING: 'creating', } export const options = { status: [status.STATUS_STANDBY, status.STATUS_CREATING], }