UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

8 lines (6 loc) 226 B
import type ChoiceBranchDirectiveDescriptor from "./choice-branch-directive-descriptor"; type ChoiceDirectiveDescriptor = { branches: ChoiceBranchDirectiveDescriptor[], }; export default ChoiceDirectiveDescriptor;