Files
slm-design/examples/demo-frontend/src/compositions/screens/product-detail/index.ts
2026-08-01 09:31:08 +03:00

3 lines
151 B
TypeScript

export { ProductDetailScreen } from './product-detail.screen'
export type { ProductDetailScreenProps } from './types/product-detail-screen-props.type'