Searched defs:StaticPlugin (Results 1 – 2 of 2) sorted by relevance
71 export type StaticPlugin<T = any> = [string | ConfigPlugin<T>, T]; alias
93 export type StaticPlugin<T = any> = [string | ConfigPlugin<T>, T]; alias