3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
export { Banner } from "./banner";
|
|
export type { BannerProps, BannerVariant } from "./banner";
|
|
export type { TBannerVariant } from "./helper";
|