4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
import type { PluginStyleguideConfig } from './types';
|
|
declare const recommended: PluginStyleguideConfig<'built-in'>;
|
|
export default recommended;
|