import { directive } from 'lit-html';

export const transition = directive((fn) => (part) => {

});