material-web/catalog/stories/index.ts
Elizabeth Mitchell c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00

14 lines
271 B
TypeScript

/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/* Equivalent of Lit stories entrypoint */
export * from './knobs.js';
export * from './story.js';
// This file is resolved by base.json
import './components/stories-renderer.js';