@nodeject/ui-components
Version:
UI library for non-trivial components
22 lines (21 loc) • 870 B
TypeScript
export const nodeContainer: string;
export const nodeWrapperBottom: string;
export const nodeWrapperBottomRight: string;
export const nodeWrapperLeft: string;
export const nodeWrapperRight: string;
export const nodeWrapperTop: string;
export const nodeWrapperTopRight: string;
export const nodeWrappersBorders: string;
export const nodeWrappersHidden: string;
export const nodeWrappersVisible: string;
export const verticalAlignCenter: string;
export const horizontalAlignBottom: string;
export const insertParentButton: string;
export const deleteButton: string;
export const addSiblingAfterButton: string;
export const menuButton: string;
export const addChildButton: string;
export const nodeWrapperBottomLeft: string;
export const addSiblingBeforeButton: string;
export const nodeWrapperTopLeft: string;
export const nodeWrapperContent: string;