kodadot/nft-gallery

View on GitHub
composables/useProgrammatic.ts

Summary

Maintainability
A
0 mins
Test Coverage
import {
  NeoModalExtendProgrammatic,
  NeoNotificationProgrammatic,
} from '@kodadot1/brick'

export default function () {
  return {
    neoModal: NeoModalExtendProgrammatic,
    neoNotification: NeoNotificationProgrammatic,
  }
}