UNPKG

@react-md/app-bar

Version:

This small package implments the AppBar spec in material design.

10 lines 255 B
/** * @module @react-md/app-bar */ export * from "./AppBar"; export * from "./AppBarTitle"; export * from "./AppBarNav"; export * from "./AppBarAction"; export * from "./constants"; export * from "./useActionClassName"; //# sourceMappingURL=index.js.map