blob: 78dd58f22d8fb9b8e1bf41480a34393baa9d45f1 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* Export the logging view component as a re-usable UI module that can be used
* by any external project.
*/
export {LoggingView} from './components/view';
export {State, MemoryStore, PersistedState} from './src/state';