UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 217 B
import { ListRowPropsModel } from './ListRow.types'; declare const ListRow: ({ columns, hideDividerTop, hideDividerBottom, sx, }: ListRowPropsModel) => import("react/jsx-runtime").JSX.Element; export default ListRow;