$composeAll
Even you can use all the system utilities in your $styled
component by
passing $composeAll
through the styled
function.
import { $styled, $composeAll, DesygnaComposedProps } from "@desygna/desygna";
const Container = $styled.div<DesygnaComposedProps>($composeAll());
It enables all the props from system utilities that provided in Desygna: