chore: init read-star monorepo
This commit is contained in:
6
packages/materials/src/index.ts
Normal file
6
packages/materials/src/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import AdminLayout, { LAYOUT_MAX_Z_INDEX, LAYOUT_SCROLL_EL_ID } from './libs/admin-layout'
|
||||
import PageTab from './libs/page-tab'
|
||||
import SimpleScrollbar from './libs/simple-scrollbar'
|
||||
|
||||
export { AdminLayout, LAYOUT_MAX_Z_INDEX, LAYOUT_SCROLL_EL_ID, PageTab, SimpleScrollbar }
|
||||
export * from './types'
|
||||
Reference in New Issue
Block a user