UNPKG

fannypack

Version:

An accessible, composable, and friendly React UI Kit

9 lines (7 loc) 197 B
// @flow import styled from 'reakit/styled'; import { theme } from 'styled-tools'; import Navigation from 'reakit/Navigation'; export default styled(Navigation)` ${theme('Navigation.base')}; `;