UNPKG

style-dictionary

Version:

Style once, use everywhere. A build system for creating cross-platform styles.

6 lines (5 loc) 157 B
export const commentStyles = { short: /** @type {'short'} */ ('short'), long: /** @type {'long'} */ ('long'), none: /** @type {'none'} */ ('none'), };