UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

6 lines 227 B
import type { WMEVariants } from '../../../theme'; declare const TypographyDetails: ({ variant }: { variant: WMEVariants; }) => JSX.Element; export default TypographyDetails; //# sourceMappingURL=typography-details.d.ts.map