UNPKG

@wetspace/pro-components

Version:
7 lines (5 loc) 250 B
import { WetProPageLabelType } from '../layout/pro-page-labels/types'; export declare const usePageLabels: () => { addPageLabel: (uuid: string, label: WetProPageLabelType, isInit?: boolean) => string; leavedPageItem: (uuid: any) => void; };