4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
export { default } from './Progress.astro';
|
|
export { Progress } from './Progress';
|
|
export { progressTrackVariants, progressBarVariants, type ProgressVariants } from './progress.variants';
|