Skip to content

Commit d778943

Browse files
committed
fix(beasties): expose types for checkInlineThreshold
1 parent e24b57b commit d778943

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/beasties/src/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export default class Beasties {
4040
* Override this method to customise how beasties prunes the content of source files.
4141
*/
4242
pruneSource(style: Node, before: string, sheetInverse: string): boolean
43+
/**
44+
* Override this method to customise how beasties prunes the content of source files.
45+
*/
46+
checkInlineThreshold(link: Node, style: Node, sheet: string): boolean
4347
}
4448

4549
export interface Options {

0 commit comments

Comments
 (0)