make the rule rows draggable

This commit is contained in:
miloschwartz
2026-06-06 12:27:11 -07:00
parent dd8bcbb3e3
commit 7b1f8d98f3
6 changed files with 938 additions and 1275 deletions
+9
View File
@@ -57,6 +57,15 @@ export type LocalRule = {
updated?: boolean;
};
export { PolicyAccessRulesTable } from "./PolicyAccessRulesTable";
export type { PolicyAccessRulesTableProps } from "./PolicyAccessRulesTable";
export {
createEmptyRule,
reorderPolicyRules,
sortPolicyRulesByPriority,
type EmptyRuleDraft,
type PolicyAccessRule
} from "./policy-access-rule-utils";
export {
createPolicyRulePrioritySchema,
createPolicyRuleSchema,