@10up/block-components
Version:
10up Components built for the WordPress Block Editor.
8 lines • 331 B
TypeScript
export function InnerBlockSlider({ parentBlockId, slidesPerPage, allowedBlock, template, slideHeight, }: {
parentBlockId: any;
slidesPerPage?: number | undefined;
allowedBlock: any;
template?: null | undefined;
slideHeight?: null | undefined;
}): import("react").JSX.Element;
//# sourceMappingURL=index.d.ts.map