/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ export { Codebook, type CodebookProps, type CodebookTableStyles, } from './Codebook/index.js'; export { useDefaultCodebookStyles } from './styles.js';