@sketch-hq/sketch-assistant-utils
Version:
Utility functions and types for Sketch Assistants.
9 lines • 382 B
TypeScript
import { RuleOptionSchemaCreator, RuleOptionHelpers } from '@sketch-hq/sketch-assistant-types';
/**
* Combine multiple rule option schemas into one. We treat _all_ custom options
* as required.
*/
declare const buildRuleOptionSchema: RuleOptionSchemaCreator;
declare const helpers: RuleOptionHelpers;
export { buildRuleOptionSchema, helpers };
//# sourceMappingURL=index.d.ts.map