import { Padding } from './Padding.js'; // export all of Padding (type and namespace) as Margin export type Margin = Padding; export const Margin = Padding;