module Glazier.React.Notice
    ( Notice  -- constructor is not exported
    , preventDefault
    , isDefaultPrevented
    , stopPropagation
    , isPropagationStopped
    )
    where

import Glazier.React.Notice.Internal