export interface ItemProps { key: string; marginVertical?: number; marginTop?: number; marginBottom?: number; } export type Mutable = { -readonly [P in keyof T]: T[P]; }; //# sourceMappingURL=types.d.ts.map