import { Sticky } from "./sticky";
export type { TaroStickyProps as StickyProps } from "../../types";
export default Sticky;
