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