import React from 'react'; import { SystemUIShowcases, showcaseKeys } from '~/systemui-showcases'; import { primerTheme as theme } from './primer-theme'; export const space = () => ( ); export const width = () => ( ); export const height = () => ( ); export const bg = () => ( ); export const shadows = () => ( ); export const borderRadius = () => ( ); export const borderWidth = () => ( ); export const borderStyle = () => ( ); export const borderColor = () => ( ); export const border = () => ( ); export const borderTop = () => ( ); export const borderBottom = () => ( ); export const borderLeft = () => ( ); export const borderRight = () => ( ); export const fontSize = () => ( ); export const fontFamily = () => ( ); export const fontWeight = () => ( ); export const lineHeight = () => ( ); export const letterSpacing = () => ( ); export const color = () => ( ); export const zIndex = () => ( ); export const supportedKeys = () => showcaseKeys;