MCPcopy Create free account
hub / github.com/angularcafe/slateui /

Class

projects/ui/src/directives/table.ts:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109})
110export class UiTableCaption {
111 inputClass = input<string>('', { alias: 'class' });
112 computedClass = computed(() => tableCaption({ class: this.inputClass() }));
113}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected