UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 206 B
import type { StackCssVariables, StackFactory, StackProps, StackStylesNames } from './Stack'; export { Stack } from './Stack'; export type { StackProps, StackStylesNames, StackCssVariables, StackFactory };