3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export { default } from "./QuoteBlock.container";
|
|
export type { QuoteBlockProps } from "./QuoteBlock.types";
|