MCPcopy
hub / github.com/akveo/kittenTricks / LayoutItem

Interface LayoutItem

src/model/layout-item.model.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ImageSourcePropType } from 'react-native';
2
3export interface LayoutItem {
4 title: string;
5 description: string;
6 image: ImageSourcePropType;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected