smartwizard
Version:
A modern and accessible step wizard plugin for jQuery
12 lines (11 loc) • 299 B
TypeScript
/**
* Main entry point
* Exports all public functionality of the library
*/
export * from './ts/types';
export * from './ts/constants';
export * from './ts/defaults';
export * from './ts/transitions';
export * from './ts/util';
export * from './ts/wizard';
export { default } from './ts/plugin';