@spectrius/virtualized-list
Version:
roblox-ts typings for virtualized-list-lua
20 lines (13 loc) • 418 B
TypeScript
/**
* 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;