UNPKG

@vrx-arco/pro-components

Version:

<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>

10 lines (9 loc) 330 B
import { Ref } from 'vue'; interface SearchLayoutContext { type: Ref<'card' | 'normal'>; title: Ref<string | undefined>; bemClass: (name: string) => string; } export declare const provideSearchLayout: (props: SearchLayoutContext) => void; export declare const injectSearchLayout: () => SearchLayoutContext; export {};