UNPKG

@wordpress/components

Version:
8 lines (7 loc) 560 B
{ "version": 3, "sources": ["../../src/tabs/context.ts"], "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { createContext, useContext } from '@wordpress/element';\n\n/**\n * Internal dependencies\n */\n\nexport const TabsContext = createContext(undefined);\nTabsContext.displayName = 'TabsContext';\nexport const useTabsContext = () => useContext(TabsContext);"], "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,qBAA0C;AAMnC,IAAM,kBAAc,8BAAc,MAAS;AAClD,YAAY,cAAc;AACnB,IAAM,iBAAiB,UAAM,2BAAW,WAAW;", "names": [] }