File size: 94 Bytes
bc20498 |
1 2 3 |
export { default as Panel } from './Panel.svelte';
export type { PanelProps } from './types';
|
bc20498 |
1 2 3 |
export { default as Panel } from './Panel.svelte';
export type { PanelProps } from './types';
|