UNPKG

@re-flex/ui

Version:
9 lines (8 loc) 218 B
import React from "react"; export declare type Props = { axis?: "x" | "y"; transition?: number; initialIndex?: number; }; declare const _default: React.NamedExoticComponent<Props>; export default _default;