UNPKG

@aplus-frontend/ui

Version:

11 lines (10 loc) 454 B
import { InjectionKey, Ref, StyleValue } from 'vue'; type ApTextGroupContextProps = { colon?: Ref<boolean | undefined>; vertical?: Ref<boolean | undefined>; labelStyle?: Ref<StyleValue>; }; export declare const ApTextGroupContextKey: InjectionKey<ApTextGroupContextProps>; export declare function useProvideApTextGroup(state: ApTextGroupContextProps): void; export declare function useInjectApTextGroup(): ApTextGroupContextProps; export {};