graycoreio/daffodil

View on GitHub
libs/design/src/core/skeletonable/skeletonable.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * An interface for giving a component the ability to display a skeleton/loading UI.
 */
export interface DaffSkeletonable {
  skeleton: boolean;
}