6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
export { default } from "./QuoteBlock.container";
|
|
export type {
|
|
QuoteBlockProps,
|
|
QuoteBlockVariantValue,
|
|
} from "./QuoteBlock.types";
|