@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
16 lines (12 loc) • 339 B
text/typescript
import type { SentimentConfig } from './types'
export function defineSentiment<T extends SentimentConfig>(config: T) {
return config
}
export * from './neutral'
export * from './action'
export * from './info'
export * from './success'
export * from './warning'
export * from './danger'
export * from './brand'
export * from './types'