export type CssPreprocessorType = 'less' | 'scss' | 'sass' | 'styl'; export interface ICssOption { preprocessor: Record>; }