UNPKG

@gravityforms/gulp-tasks

Version:
20 lines (17 loc) 612 B
import { cssExample as cssExampleToken } from './cssexample.js'; import { cssProp as cssPropToken } from './cssprop.js'; import { cssSelector as cssSelectorToken } from './cssselector.js'; import { description as descriptionToken } from './description.js'; import { details as detailsTokens } from './details.js'; import { htmlExample as htmlExampleToken } from './htmlexample.js'; import { plainText as plainTextToken } from './plaintext.js'; const tokens = { cssPropToken, cssSelectorToken, cssExampleToken, descriptionToken, detailsTokens, htmlExampleToken, plainTextToken, }; export default tokens;