UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 277 B
import { NodeExtension } from "../../NodeExtension"; export default class ListItem extends NodeExtension { get name(): string; get schema(): any; keys({ type }: { type: any; }): { Enter: any; Tab: any; "Shift-Tab": any; }; }