UNPKG

pouncejs

Version:

A collection of UI components from Panther labs

6 lines (5 loc) 244 B
import { BoxProps } from '../Box'; import { HeadingProps } from './Heading'; declare type UseHeadingStyles = Pick<HeadingProps, 'size'>; declare const useHeadingStyles: ({ size }: UseHeadingStyles) => BoxProps; export default useHeadingStyles;