UNPKG

react-native-skia-responsive-text

Version:

A library providing a wrapper for the React Native Skia Text component, offering features like user-friendly text alignment, efficient multiline text management, and straightforward text truncation.

2 lines (1 loc) 80 B
export type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;