You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
492 B
6 lines
492 B
import entryQuestions from './entry';
|
|
import langQuestionHandler, { LangType, getBabelLoader, getTypescriptLoader } from './languageSupport';
|
|
import styleQuestionHandler, { StylingType, LoaderName, StyleRegex, Loader } from './styleSupport';
|
|
import tooltip from './tooltip';
|
|
import validate from './validate';
|
|
export { entryQuestions, langQuestionHandler, LangType, getBabelLoader, getTypescriptLoader, styleQuestionHandler, StylingType, LoaderName, StyleRegex, Loader, tooltip, validate, };
|
|
|