UNPKG

@patreon/studio

Version:

Patreon Studio Design System

5 lines (4 loc) 157 B
import type { StylableProps } from '../../types/component'; export interface DividerProps extends StylableProps { variant?: 'horizontal' | 'vertical'; }