export { border } from './border'; export { borderLeft } from './borderLeft'; export { borderBottom } from './borderBottom'; export { borderRight } from './borderRight'; export { borderTop } from './borderTop'; export { borderColor } from './borderColor'; export { borderStyle } from './borderStyle'; export { borderRadius } from './borderRadius'; export { borderWidth } from './borderWidth'; export { flex } from './flex'; export { gap } from './gap'; export { gridArea } from './gridArea'; export { margin } from './margin'; export { marginBlock } from './marginBlock'; export { marginInline } from './marginInline'; export { padding } from './padding'; export { paddingBlock } from './paddingBlock'; export { paddingInline } from './paddingInline'; export { overflow } from './overflow'; export { inset } from './inset'; export { outline } from './outline'; export { transition } from './transition'; export { textDecoration } from './textDecoration';