5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
import ElementWrapper from './index';
|
|
import SlotWrapper from '../Slot';
|
|
import Block from '../../Block';
|
|
export default function create_slot_block(attribute: any, element: ElementWrapper | SlotWrapper, block: Block): Block;
|