feat(Marquee): Add Marquee component (#63)

This commit is contained in:
Jozen Blue Martinez
2022-12-11 22:44:50 +08:00
committed by GitHub
parent 14c5210931
commit 925ea8c3ce
2 changed files with 28 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export * from './Field';
export * from './Focusable';
export * from './FocusRing';
export * from './FooterLegend';
export * from './Marquee';
export * from './Menu';
export * from './Modal';
export * from './Panel';