import { Box, BoxProps } from "@saleor/macaw-ui/next"; // TODO: Make it more generic, move to shared or contribute to macaw const Section = (props: BoxProps) => { return ( ); }; export const Skeleton = { Section };