import { Property } from 'csstype'; import { cssProperty } from '../utils/style'; export const breakAfter = cssProperty('break-after'); export const breakBefore = cssProperty('break-before'); export const breakInside = cssProperty('break-inside'); export const orphans = cssProperty('orphans'); export const widows = cssProperty('widows');