UNPKG

@roochnetwork/rooch-sdk-kit

Version:
11 lines (8 loc) 208 B
// Copyright (c) RoochNetwork // SPDX-License-Identifier: Apache-2.0 import { style } from '@vanilla-extract/css' export const container = style({ display: 'flex', flexDirection: 'column', gap: 4, })