UNPKG

@eslamdevui/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

37 lines (36 loc) 1.03 kB
export interface UScrollToSectionProps { as?: any; class?: any; offset?: number; autoScroll?: boolean; clearQuery?: boolean; param?: string; } export interface UScrollToSectionSlots { default(props?: {}): any; link(props: { to: string; replace: boolean; param: string; }): any; } declare const _default: __VLS_WithSlots<import("vue").DefineComponent<UScrollToSectionProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UScrollToSectionProps> & Readonly<{}>, { as: any; autoScroll: boolean; offset: number; clearQuery: boolean; param: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; } & { link?: (props: { scrollToQuery: any; param: string; }) => any; }>; export default _default; type __VLS_WithSlots<T, S> = T & { new (): { $slots: S; }; };