UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

9 lines (6 loc) 218 B
import { jsx } from '@vtex/admin-ui-react' import type { ComponentPropsWithRef } from 'react' export const Heading = jsx('h1')({ text: '$title1', }) export type HeadingProps = ComponentPropsWithRef<typeof Heading>