module spasm.bindings.pagevisibility;

import spasm.types;
import spasm.bindings.html;

@safe:
nothrow:

enum VisibilityState {
  hidden,
  visible
}