4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
|
import React from 'react';
|
||
|
declare const zIndexContext: React.Context<number | undefined>;
|
||
|
export default zIndexContext;
|