UNPKG

@spectrius/virtualized-list

Version:
20 lines (13 loc) 418 B
/** * These types still need to be implemented at some point. * * For now, they are set to `unknown`. */ export type StyleProp<T> = unknown; export type ViewStyle = unknown; export type ScrollEvent = unknown; export type ColorValue = unknown; export type LayoutChangeEvent = unknown; export type NodeHandle = unknown; export type GestureResponderEvent = unknown; export type ScrollResponderEvent = unknown;