UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines 234 B
import type { Theme } from './ThemeProvider'; declare const getDirectionStyles: (theme: Theme, direction: "ne" | "e" | "se" | "s" | "sw" | "w") => string; export default getDirectionStyles; //# sourceMappingURL=DropdownStyles.d.ts.map