import template from "/home/runner/work/b24ui/b24ui/src/theme/skeleton"

const result = typeof template === 'function' ? (template as Function)({
  "colorMode": true
}) : template

const theme = {
  "base": "animate-pulse rounded-md bg-gray-200 dark:bg-gray-800"
}

export default result as typeof theme