UNPKG

gather-content-ui

Version:
14 lines 648 B
import React from "react"; import FinderGroup from "./FinderGroup"; import FinderItem from "./FinderItem"; import FinderItemContent from "./FinderItemContent"; import FinderItemSettings from "./FinderItemSettings"; export declare function FinderNavigation({ className, children, ...rest }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; export declare namespace FinderNavigation { var Group: typeof FinderGroup; var Item: typeof FinderItem; var ItemContent: typeof FinderItemContent; var ItemSettings: typeof FinderItemSettings; } export default FinderNavigation; //# sourceMappingURL=index.d.ts.map