UNPKG

react-native-expo-kanban

Version:
13 lines (12 loc) 285 B
interface Options { /** * default: 'opacitiy' */ effectType?: "linear" | "spring" | "easeInEaseOut" | "opacitiy"; /** * default: 200 */ duration?: number; } export declare function useLayoutAnimation(value: any, options?: Options): void; export {};