frontend/.pnpm-store/v3/files/d8/19c21ede15b450f6eed981a015d61a2b405794febf910455c91c6f676118bd17a1d732a5d6525be31559f66e1085e56467c3b5bebda18993a8b08f3533f576

7 lines
151 B
Plaintext

import Tabular from '../tabular';
export interface ContainerEvents {
beforeLoad: () => void;
load: (data: Tabular) => void;
ready: () => void;
}