File size: 459 Bytes
bc20498
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export declare function disabledAttr(disabled: boolean | undefined): true | undefined;
export declare const hiddenInputAttrs: {
    type: string;
    'aria-hidden': boolean;
    hidden: boolean;
    tabIndex: number;
    style: string;
};
/**
 * @param portal The value of the `portal` option store.
 * @returns the value of the `data-portal` attribute.
 */
export declare function portalAttr(portal: string | HTMLElement | null | undefined): "" | undefined;