Skip to content

Instantly share code, notes, and snippets.

@dsadhanala
Created March 24, 2020 01:02
Show Gist options
  • Save dsadhanala/3b849040dc69459b2f5ee1c242a4b25e to your computer and use it in GitHub Desktop.
Save dsadhanala/3b849040dc69459b2f5ee1c242a4b25e to your computer and use it in GitHub Desktop.
Generated by XState Viz: https://xstate.js.org/viz
const header = Machine({
id: 'header',
initial: 'saved',
states: {
saved: {},
title: {
initial: 'saved',
state: {
edited: {},
saved: {}
}
},
undo: {},
redo: {},
invite: {},
download: {},
share: {}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment