1
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import * as React from 'react';
|
||||
/**
|
||||
* When use this context. Will trade as sub component instead of root Steps component.
|
||||
*/
|
||||
export const InternalContext = /*#__PURE__*/React.createContext(null);
|
||||
Reference in New Issue
Block a user