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