UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

23 lines (22 loc) 740 B
import { ButtonProps } from "../../components/ui/button.js"; import * as react_jsx_runtime65 from "react/jsx-runtime"; import { ComponentProps } from "react"; //#region src/layouts/shared/search-toggle.d.ts interface SearchToggleProps extends Omit<ComponentProps<'button'>, 'color'>, ButtonProps { hideIfDisabled?: boolean; } declare function SearchToggle({ hideIfDisabled, size, color, ...props }: SearchToggleProps): react_jsx_runtime65.JSX.Element | null; declare function LargeSearchToggle({ hideIfDisabled, ...props }: ComponentProps<'button'> & { hideIfDisabled?: boolean; }): react_jsx_runtime65.JSX.Element | null; //#endregion export { LargeSearchToggle, SearchToggle }; //# sourceMappingURL=search-toggle.d.ts.map