UNPKG

@react-md/divider

Version:

This package is used to create horizontal or vertical dividers in your application.

7 lines (6 loc) 143 B
/** * @module @react-md/divider */ export * from "./Divider"; export * from "./useVerticalDividerHeight"; export * from "./VerticalDivider";