UNPKG

@primer/components

Version:
4 lines (3 loc) 185 B
import { Theme } from './ThemeProvider'; declare const getDirectionStyles: (theme: Theme, direction: 'ne' | 'e' | 'se' | 's' | 'sw' | 'w') => string; export default getDirectionStyles;