UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 179 B
import { ComponentPropsWithRef } from 'react'; import { BaseElementLayout } from './styled'; export type BaseElementLayoutProps = ComponentPropsWithRef<typeof BaseElementLayout>;